Class: Aws::IoTWireless::Types::UpdatePartnerAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::UpdatePartnerAccountRequest
- Defined in:
- gems/aws-sdk-iotwireless/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.
6662 6663 6664 6665 6666 6667 6668 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6662 class UpdatePartnerAccountRequest < Struct.new( :sidewalk, :partner_account_id, :partner_type) SENSITIVE = [] include Aws::Structure end |
#partner_type ⇒ String
The partner type.
6662 6663 6664 6665 6666 6667 6668 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6662 class UpdatePartnerAccountRequest < Struct.new( :sidewalk, :partner_account_id, :partner_type) SENSITIVE = [] include Aws::Structure end |
#sidewalk ⇒ Types::SidewalkUpdateAccount
The Sidewalk account credentials.
6662 6663 6664 6665 6666 6667 6668 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6662 class UpdatePartnerAccountRequest < Struct.new( :sidewalk, :partner_account_id, :partner_type) SENSITIVE = [] include Aws::Structure end |