Class: Aws::IoTWireless::Types::AssociateAwsAccountWithPartnerAccountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::AssociateAwsAccountWithPartnerAccountResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name of the resource.
-
#sidewalk ⇒ Types::SidewalkAccountInfo
The Sidewalk account credentials.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name of the resource.
163 164 165 166 167 168 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 163 class AssociateAwsAccountWithPartnerAccountResponse < Struct.new( :sidewalk, :arn) SENSITIVE = [] include Aws::Structure end |
#sidewalk ⇒ Types::SidewalkAccountInfo
The Sidewalk account credentials.
163 164 165 166 167 168 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 163 class AssociateAwsAccountWithPartnerAccountResponse < Struct.new( :sidewalk, :arn) SENSITIVE = [] include Aws::Structure end |