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
Overview
Note:
When making an API call, you may pass UpdatePartnerAccountRequest data as a hash:
{
sidewalk: { # required
app_server_private_key: "AppServerPrivateKey",
},
partner_account_id: "PartnerAccountId", # required
partner_type: "Sidewalk", # required, accepts Sidewalk
}
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.
5712 5713 5714 5715 5716 5717 5718 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5712 class UpdatePartnerAccountRequest < Struct.new( :sidewalk, :partner_account_id, :partner_type) SENSITIVE = [] include Aws::Structure end |
#partner_type ⇒ String
The partner type.
5712 5713 5714 5715 5716 5717 5718 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5712 class UpdatePartnerAccountRequest < Struct.new( :sidewalk, :partner_account_id, :partner_type) SENSITIVE = [] include Aws::Structure end |
#sidewalk ⇒ Types::SidewalkUpdateAccount
The Sidewalk account credentials.
5712 5713 5714 5715 5716 5717 5718 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5712 class UpdatePartnerAccountRequest < Struct.new( :sidewalk, :partner_account_id, :partner_type) SENSITIVE = [] include Aws::Structure end |