Module: Aws::BCMPricingCalculator::Client::_GetWorkloadEstimateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetWorkloadEstimateResponse]
- 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"
415 |
# File 'sig/client.rbs', line 415
def cost_currency: () -> ("USD")
|
#created_at ⇒ ::Time
409 |
# File 'sig/client.rbs', line 409
def created_at: () -> ::Time
|
#expires_at ⇒ ::Time
410 |
# File 'sig/client.rbs', line 410
def expires_at: () -> ::Time
|
#failure_message ⇒ ::String
416 |
# File 'sig/client.rbs', line 416
def failure_message: () -> ::String
|
#id ⇒ ::String
407 |
# File 'sig/client.rbs', line 407
def id: () -> ::String
|
#name ⇒ ::String
408 |
# File 'sig/client.rbs', line 408
def name: () -> ::String
|
#rate_timestamp ⇒ ::Time
412 |
# File 'sig/client.rbs', line 412
def rate_timestamp: () -> ::Time
|
#rate_type ⇒ "BEFORE_DISCOUNTS", ...
411 |
# File 'sig/client.rbs', line 411
def rate_type: () -> ("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")
|
#status ⇒ "UPDATING", ...
413 |
# File 'sig/client.rbs', line 413
def status: () -> ("UPDATING" | "VALID" | "INVALID" | "ACTION_NEEDED")
|
#total_cost ⇒ ::Float
414 |
# File 'sig/client.rbs', line 414
def total_cost: () -> ::Float
|