Class: Aws::Types::DescribeBillingGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBillingGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_group_arn ⇒ ::String
Returns the value of attribute billing_group_arn.
-
#billing_group_id ⇒ ::String
Returns the value of attribute billing_group_id.
-
#billing_group_metadata ⇒ Types::BillingGroupMetadata
Returns the value of attribute billing_group_metadata.
-
#billing_group_name ⇒ ::String
Returns the value of attribute billing_group_name.
-
#billing_group_properties ⇒ Types::BillingGroupProperties
Returns the value of attribute billing_group_properties.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#billing_group_arn ⇒ ::String
Returns the value of attribute billing_group_arn.
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.
1664 1665 1666 |
# File 'sig/types.rbs', line 1664 def billing_group_id @billing_group_id end |
#billing_group_metadata ⇒ Types::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.
1663 1664 1665 |
# File 'sig/types.rbs', line 1663 def billing_group_name @billing_group_name end |
#billing_group_properties ⇒ Types::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.
1666 1667 1668 |
# File 'sig/types.rbs', line 1666 def version @version end |