Class: Aws::Types::UpdateBillScenarioRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBillScenarioRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cost_category_group_sharing_preference_arn ⇒ ::String
Returns the value of attribute cost_category_group_sharing_preference_arn.
-
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
-
#group_sharing_preference ⇒ "OPEN", ...
Returns the value of attribute group_sharing_preference.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#cost_category_group_sharing_preference_arn ⇒ ::String
Returns the value of attribute cost_category_group_sharing_preference_arn.
910 911 912 |
# File 'sig/types.rbs', line 910 def cost_category_group_sharing_preference_arn @cost_category_group_sharing_preference_arn end |
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
908 909 910 |
# File 'sig/types.rbs', line 908 def expires_at @expires_at end |
#group_sharing_preference ⇒ "OPEN", ...
Returns the value of attribute group_sharing_preference.
909 910 911 |
# File 'sig/types.rbs', line 909 def group_sharing_preference @group_sharing_preference end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
906 907 908 |
# File 'sig/types.rbs', line 906 def identifier @identifier end |
#name ⇒ ::String
Returns the value of attribute name.
907 908 909 |
# File 'sig/types.rbs', line 907 def name @name end |