Class: Aws::Types::UpdateBillingGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBillingGroupRequest
- 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.
-
#expected_version ⇒ ::Integer
Returns the value of attribute expected_version.
Instance Attribute Details
#billing_group_name ⇒ ::String
Returns the value of attribute billing_group_name.
5040 5041 5042 |
# File 'sig/types.rbs', line 5040 def billing_group_name @billing_group_name end |
#billing_group_properties ⇒ Types::BillingGroupProperties
Returns the value of attribute billing_group_properties.
5041 5042 5043 |
# File 'sig/types.rbs', line 5041 def billing_group_properties @billing_group_properties end |
#expected_version ⇒ ::Integer
Returns the value of attribute expected_version.
5042 5043 5044 |
# File 'sig/types.rbs', line 5042 def expected_version @expected_version end |