Module: Aws::BCMPricingCalculator::Client::_UpdateWorkloadEstimateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateWorkloadEstimateResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #cost_currency ⇒ "USD"
- #created_at ⇒ ::Time
- #expires_at ⇒ ::Time
- #failure_message ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #rate_timestamp ⇒ ::Time
- #rate_type ⇒ "BEFORE_DISCOUNTS", ...
- #status ⇒ "UPDATING", ...
- #total_cost ⇒ ::Float
Instance Method Details
#cost_currency ⇒ "USD"
722 |
# File 'sig/client.rbs', line 722
def cost_currency: () -> ("USD")
|
#created_at ⇒ ::Time
716 |
# File 'sig/client.rbs', line 716
def created_at: () -> ::Time
|
#expires_at ⇒ ::Time
717 |
# File 'sig/client.rbs', line 717
def expires_at: () -> ::Time
|
#failure_message ⇒ ::String
723 |
# File 'sig/client.rbs', line 723
def failure_message: () -> ::String
|
#id ⇒ ::String
714 |
# File 'sig/client.rbs', line 714
def id: () -> ::String
|
#name ⇒ ::String
715 |
# File 'sig/client.rbs', line 715
def name: () -> ::String
|
#rate_timestamp ⇒ ::Time
719 |
# File 'sig/client.rbs', line 719
def rate_timestamp: () -> ::Time
|
#rate_type ⇒ "BEFORE_DISCOUNTS", ...
718 |
# File 'sig/client.rbs', line 718
def rate_type: () -> ("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")
|
#status ⇒ "UPDATING", ...
720 |
# File 'sig/client.rbs', line 720
def status: () -> ("UPDATING" | "VALID" | "INVALID" | "ACTION_NEEDED")
|
#total_cost ⇒ ::Float
721 |
# File 'sig/client.rbs', line 721
def total_cost: () -> ::Float
|