Class: Aws::BillingConductor::Types::DisassociateAccountsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::DisassociateAccountsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the billing group that the array of account IDs is disassociated from.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the billing group that the array of account IDs is disassociated from.
1205 1206 1207 1208 1209 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 1205 class DisassociateAccountsOutput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |