Class: Aws::Types::CreateBillingGroupResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#billing_group_arn::String

Returns the value of attribute billing_group_arn.

Returns:

  • (::String)


780
781
782
# File 'sig/types.rbs', line 780

def billing_group_arn
  @billing_group_arn
end

#billing_group_id::String

Returns the value of attribute billing_group_id.

Returns:

  • (::String)


781
782
783
# File 'sig/types.rbs', line 781

def billing_group_id
  @billing_group_id
end

#billing_group_name::String

Returns the value of attribute billing_group_name.

Returns:

  • (::String)


779
780
781
# File 'sig/types.rbs', line 779

def billing_group_name
  @billing_group_name
end