Class: Aws::Types::CreateBillingGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateBillingGroupResponse
- 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_name ⇒ ::String
Returns the value of attribute billing_group_name.
Instance Attribute Details
#billing_group_arn ⇒ ::String
Returns the value of attribute billing_group_arn.
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.
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.
779 780 781 |
# File 'sig/types.rbs', line 779 def billing_group_name @billing_group_name end |