Class: Aws::IoTWireless::Types::DisassociateAwsAccountFromPartnerAccountRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#partner_account_idString

The partner account ID to disassociate from the AWS account.

Returns:

  • (String)


1516
1517
1518
1519
1520
1521
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1516

class DisassociateAwsAccountFromPartnerAccountRequest < Struct.new(
  :partner_account_id,
  :partner_type)
  SENSITIVE = []
  include Aws::Structure
end

#partner_typeString

The partner type.

Returns:

  • (String)


1516
1517
1518
1519
1520
1521
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1516

class DisassociateAwsAccountFromPartnerAccountRequest < Struct.new(
  :partner_account_id,
  :partner_type)
  SENSITIVE = []
  include Aws::Structure
end