Class: Aws::BillingConductor::Types::DeleteBillingGroupOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::DeleteBillingGroupOutput
- 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 deleted billing group.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the deleted billing group.
1094 1095 1096 1097 1098 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 1094 class DeleteBillingGroupOutput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |