Class: Aws::Types::BillScenarioSummary
- Inherits:
-
Object
- Object
- Aws::Types::BillScenarioSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bill_interval ⇒ Types::BillInterval
Returns the value of attribute bill_interval.
-
#cost_category_group_sharing_preference_arn ⇒ ::String
Returns the value of attribute cost_category_group_sharing_preference_arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#group_sharing_preference ⇒ "OPEN", ...
Returns the value of attribute group_sharing_preference.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "READY", ...
Returns the value of attribute status.
Instance Attribute Details
#bill_interval ⇒ Types::BillInterval
Returns the value of attribute bill_interval.
400 401 402 |
# File 'sig/types.rbs', line 400 def bill_interval @bill_interval end |
#cost_category_group_sharing_preference_arn ⇒ ::String
Returns the value of attribute cost_category_group_sharing_preference_arn.
406 407 408 |
# File 'sig/types.rbs', line 406 def cost_category_group_sharing_preference_arn @cost_category_group_sharing_preference_arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
402 403 404 |
# File 'sig/types.rbs', line 402 def created_at @created_at end |
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
403 404 405 |
# File 'sig/types.rbs', line 403 def expires_at @expires_at end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
404 405 406 |
# File 'sig/types.rbs', line 404 def @failure_message end |
#group_sharing_preference ⇒ "OPEN", ...
Returns the value of attribute group_sharing_preference.
405 406 407 |
# File 'sig/types.rbs', line 405 def group_sharing_preference @group_sharing_preference end |
#id ⇒ ::String
Returns the value of attribute id.
398 399 400 |
# File 'sig/types.rbs', line 398 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
399 400 401 |
# File 'sig/types.rbs', line 399 def name @name end |
#status ⇒ "READY", ...
Returns the value of attribute status.
401 402 403 |
# File 'sig/types.rbs', line 401 def status @status end |