Class: Aws::Types::CreateBillEstimateResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateBillEstimateResponse
- 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.
-
#cost_category_group_sharing_preference_effective_date ⇒ ::Time
Returns the value of attribute cost_category_group_sharing_preference_effective_date.
-
#cost_summary ⇒ Types::BillEstimateCostSummary
Returns the value of attribute cost_summary.
-
#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 ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#bill_interval ⇒ Types::BillInterval
Returns the value of attribute bill_interval.
456 457 458 |
# File 'sig/types.rbs', line 456 def bill_interval @bill_interval end |
#cost_category_group_sharing_preference_arn ⇒ ::String
Returns the value of attribute cost_category_group_sharing_preference_arn.
461 462 463 |
# File 'sig/types.rbs', line 461 def cost_category_group_sharing_preference_arn @cost_category_group_sharing_preference_arn end |
#cost_category_group_sharing_preference_effective_date ⇒ ::Time
Returns the value of attribute cost_category_group_sharing_preference_effective_date.
462 463 464 |
# File 'sig/types.rbs', line 462 def cost_category_group_sharing_preference_effective_date @cost_category_group_sharing_preference_effective_date end |
#cost_summary ⇒ Types::BillEstimateCostSummary
Returns the value of attribute cost_summary.
457 458 459 |
# File 'sig/types.rbs', line 457 def cost_summary @cost_summary end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
458 459 460 |
# File 'sig/types.rbs', line 458 def created_at @created_at end |
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
459 460 461 |
# File 'sig/types.rbs', line 459 def expires_at @expires_at end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
455 456 457 |
# File 'sig/types.rbs', line 455 def @failure_message end |
#group_sharing_preference ⇒ "OPEN", ...
Returns the value of attribute group_sharing_preference.
460 461 462 |
# File 'sig/types.rbs', line 460 def group_sharing_preference @group_sharing_preference end |
#id ⇒ ::String
Returns the value of attribute id.
452 453 454 |
# File 'sig/types.rbs', line 452 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
453 454 455 |
# File 'sig/types.rbs', line 453 def name @name end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
454 455 456 |
# File 'sig/types.rbs', line 454 def status @status end |