Class: Aws::Types::CreateBillingGroupInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateBillingGroupInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_grouping ⇒ Types::AccountGrouping
Returns the value of attribute account_grouping.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#computation_preference ⇒ Types::ComputationPreference
Returns the value of attribute computation_preference.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#primary_account_id ⇒ ::String
Returns the value of attribute primary_account_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#account_grouping ⇒ Types::AccountGrouping
Returns the value of attribute account_grouping.
162 163 164 |
# File 'sig/types.rbs', line 162 def account_grouping @account_grouping end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
160 161 162 |
# File 'sig/types.rbs', line 160 def client_token @client_token end |
#computation_preference ⇒ Types::ComputationPreference
Returns the value of attribute computation_preference.
163 164 165 |
# File 'sig/types.rbs', line 163 def computation_preference @computation_preference end |
#description ⇒ ::String
Returns the value of attribute description.
165 166 167 |
# File 'sig/types.rbs', line 165 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
161 162 163 |
# File 'sig/types.rbs', line 161 def name @name end |
#primary_account_id ⇒ ::String
Returns the value of attribute primary_account_id.
164 165 166 |
# File 'sig/types.rbs', line 164 def primary_account_id @primary_account_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
166 167 168 |
# File 'sig/types.rbs', line 166 def @tags end |