Class: Aws::IoTWireless::Types::GetPartnerAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetPartnerAccountRequest
- 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 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.
2188 2189 2190 2191 2192 2193 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2188 class GetPartnerAccountRequest < Struct.new( :partner_account_id, :partner_type) SENSITIVE = [] include Aws::Structure end |
#partner_type ⇒ String
The partner type.
2188 2189 2190 2191 2192 2193 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2188 class GetPartnerAccountRequest < Struct.new( :partner_account_id, :partner_type) SENSITIVE = [] include Aws::Structure end |