Class: Aws::IoTWireless::Types::GetPartnerAccountResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_linkedBoolean

Whether the partner account is linked to the AWS account.

Returns:

  • (Boolean)


2203
2204
2205
2206
2207
2208
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2203

class GetPartnerAccountResponse < Struct.new(
  :sidewalk,
  :account_linked)
  SENSITIVE = []
  include Aws::Structure
end

#sidewalkTypes::SidewalkAccountInfoWithFingerprint

The Sidewalk account credentials.



2203
2204
2205
2206
2207
2208
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2203

class GetPartnerAccountResponse < Struct.new(
  :sidewalk,
  :account_linked)
  SENSITIVE = []
  include Aws::Structure
end