Class: Aws::IoTWireless::Types::DisassociateAwsAccountFromPartnerAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::DisassociateAwsAccountFromPartnerAccountRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
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.
1523 1524 1525 1526 1527 1528 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1523 class DisassociateAwsAccountFromPartnerAccountRequest < Struct.new( :partner_account_id, :partner_type) SENSITIVE = [] include Aws::Structure end |
#partner_type ⇒ String
The partner type.
1523 1524 1525 1526 1527 1528 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1523 class DisassociateAwsAccountFromPartnerAccountRequest < Struct.new( :partner_account_id, :partner_type) SENSITIVE = [] include Aws::Structure end |