Class: Aws::Types::DescribeBillingGroupResponse

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)


1665
1666
1667
# File 'sig/types.rbs', line 1665

def billing_group_arn
  @billing_group_arn
end

#billing_group_id::String

Returns the value of attribute billing_group_id.

Returns:

  • (::String)


1664
1665
1666
# File 'sig/types.rbs', line 1664

def billing_group_id
  @billing_group_id
end

#billing_group_metadataTypes::BillingGroupMetadata

Returns the value of attribute billing_group_metadata.



1668
1669
1670
# File 'sig/types.rbs', line 1668

def 
  @billing_group_metadata
end

#billing_group_name::String

Returns the value of attribute billing_group_name.

Returns:

  • (::String)


1663
1664
1665
# File 'sig/types.rbs', line 1663

def billing_group_name
  @billing_group_name
end

#billing_group_propertiesTypes::BillingGroupProperties

Returns the value of attribute billing_group_properties.



1667
1668
1669
# File 'sig/types.rbs', line 1667

def billing_group_properties
  @billing_group_properties
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


1666
1667
1668
# File 'sig/types.rbs', line 1666

def version
  @version
end