Class: Aws::IoTWireless::Types::AssociateAwsAccountWithPartnerAccountResponse

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

#arnString

The Amazon Resource Name of the resource.

Returns:

  • (String)


154
155
156
157
158
159
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 154

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

#sidewalkTypes::SidewalkAccountInfo

The Sidewalk account credentials.



154
155
156
157
158
159
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 154

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