Class: Aws::IoTWireless::Types::UpdatePartnerAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::UpdatePartnerAccountRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#partner_account_id ⇒ String
The ID of the partner account to update.
-
#partner_type ⇒ String
The partner type.
-
#sidewalk ⇒ Types::SidewalkUpdateAccount
The Sidewalk account credentials.
Instance Attribute Details
#partner_account_id ⇒ String
The ID of the partner account to update.
6543 6544 6545 6546 6547 6548 6549 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6543 class UpdatePartnerAccountRequest < Struct.new( :sidewalk, :partner_account_id, :partner_type) SENSITIVE = [] include Aws::Structure end |
#partner_type ⇒ String
The partner type.
6543 6544 6545 6546 6547 6548 6549 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6543 class UpdatePartnerAccountRequest < Struct.new( :sidewalk, :partner_account_id, :partner_type) SENSITIVE = [] include Aws::Structure end |
#sidewalk ⇒ Types::SidewalkUpdateAccount
The Sidewalk account credentials.
6543 6544 6545 6546 6547 6548 6549 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6543 class UpdatePartnerAccountRequest < Struct.new( :sidewalk, :partner_account_id, :partner_type) SENSITIVE = [] include Aws::Structure end |