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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The Amazon Resource Name of the resource.

Returns:

  • (String)


178
179
180
181
182
183
# File 'lib/aws-sdk-iotwireless/types.rb', line 178

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

#sidewalk ⇒ Types::SidewalkAccountInfo

The Sidewalk account credentials.



178
179
180
181
182
183
# File 'lib/aws-sdk-iotwireless/types.rb', line 178

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