Class: Aws::BillingConductor::Types::DeleteBillingGroupInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the billing group that you're deleting.

Returns:

  • (String)


1082
1083
1084
1085
1086
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1082

class DeleteBillingGroupInput < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end