Class: Aws::Types::CreateBillingGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBillingGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#billing_group_name ⇒ ::String
Returns the value of attribute billing_group_name.
772 773 774 |
# File 'sig/types.rbs', line 772 def billing_group_name @billing_group_name end |
#billing_group_properties ⇒ Types::BillingGroupProperties
Returns the value of attribute billing_group_properties.
773 774 775 |
# File 'sig/types.rbs', line 773 def billing_group_properties @billing_group_properties end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
774 775 776 |
# File 'sig/types.rbs', line 774 def @tags end |