Class: Aws::IoTWireless::Types::DisassociateAwsAccountFromPartnerAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::DisassociateAwsAccountFromPartnerAccountRequest
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
Note:
When making an API call, you may pass DisassociateAwsAccountFromPartnerAccountRequest data as a hash:
{
partner_account_id: "PartnerAccountId", # required
partner_type: "Sidewalk", # required, accepts Sidewalk
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#partner_account_id ⇒ String
The partner account ID to disassociate from the AWS account.
-
#partner_type ⇒ String
The partner type.
Instance Attribute Details
#partner_account_id ⇒ String
The partner account ID to disassociate from the AWS account.
1563 1564 1565 1566 1567 1568 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1563 class DisassociateAwsAccountFromPartnerAccountRequest < Struct.new( :partner_account_id, :partner_type) SENSITIVE = [] include Aws::Structure end |
#partner_type ⇒ String
The partner type.
1563 1564 1565 1566 1567 1568 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1563 class DisassociateAwsAccountFromPartnerAccountRequest < Struct.new( :partner_account_id, :partner_type) SENSITIVE = [] include Aws::Structure end |