Class: Aws::Types::CreateBillScenarioRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBillScenarioRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#cost_category_group_sharing_preference_arn ⇒ ::String
Returns the value of attribute cost_category_group_sharing_preference_arn.
-
#group_sharing_preference ⇒ "OPEN", ...
Returns the value of attribute group_sharing_preference.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
468 469 470 |
# File 'sig/types.rbs', line 468 def client_token @client_token end |
#cost_category_group_sharing_preference_arn ⇒ ::String
Returns the value of attribute cost_category_group_sharing_preference_arn.
471 472 473 |
# File 'sig/types.rbs', line 471 def cost_category_group_sharing_preference_arn @cost_category_group_sharing_preference_arn end |
#group_sharing_preference ⇒ "OPEN", ...
Returns the value of attribute group_sharing_preference.
470 471 472 |
# File 'sig/types.rbs', line 470 def group_sharing_preference @group_sharing_preference end |
#name ⇒ ::String
Returns the value of attribute name.
467 468 469 |
# File 'sig/types.rbs', line 467 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
469 470 471 |
# File 'sig/types.rbs', line 469 def @tags end |