Module: Aws::BCMPricingCalculator::Client::_UpdateBillEstimateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateBillEstimateResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bill_interval ⇒ Types::BillInterval
- #cost_category_group_sharing_preference_arn ⇒ ::String
- #cost_category_group_sharing_preference_effective_date ⇒ ::Time
- #cost_summary ⇒ Types::BillEstimateCostSummary
- #created_at ⇒ ::Time
- #expires_at ⇒ ::Time
- #failure_message ⇒ ::String
- #group_sharing_preference ⇒ "OPEN", ...
- #id ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "IN_PROGRESS", ...
Instance Method Details
#bill_interval ⇒ Types::BillInterval
660 |
# File 'sig/client.rbs', line 660
def bill_interval: () -> Types::BillInterval
|
#cost_category_group_sharing_preference_arn ⇒ ::String
665 |
# File 'sig/client.rbs', line 665
def cost_category_group_sharing_preference_arn: () -> ::String
|
#cost_category_group_sharing_preference_effective_date ⇒ ::Time
666 |
# File 'sig/client.rbs', line 666
def cost_category_group_sharing_preference_effective_date: () -> ::Time
|
#cost_summary ⇒ Types::BillEstimateCostSummary
661 |
# File 'sig/client.rbs', line 661
def cost_summary: () -> Types::BillEstimateCostSummary
|
#created_at ⇒ ::Time
662 |
# File 'sig/client.rbs', line 662
def created_at: () -> ::Time
|
#expires_at ⇒ ::Time
663 |
# File 'sig/client.rbs', line 663
def expires_at: () -> ::Time
|
#failure_message ⇒ ::String
659 |
# File 'sig/client.rbs', line 659
def failure_message: () -> ::String
|
#group_sharing_preference ⇒ "OPEN", ...
664 |
# File 'sig/client.rbs', line 664
def group_sharing_preference: () -> ("OPEN" | "PRIORITIZED" | "RESTRICTED")
|
#id ⇒ ::String
656 |
# File 'sig/client.rbs', line 656
def id: () -> ::String
|
#name ⇒ ::String
657 |
# File 'sig/client.rbs', line 657
def name: () -> ::String
|
#status ⇒ "IN_PROGRESS", ...
658 |
# File 'sig/client.rbs', line 658
def status: () -> ("IN_PROGRESS" | "COMPLETE" | "FAILED")
|