Module: Aws::BCMPricingCalculator::Client::_CreateWorkloadEstimateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateWorkloadEstimateResponse]
- 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"
317 |
# File 'sig/client.rbs', line 317
def cost_currency: () -> ("USD")
|
#created_at ⇒ ::Time
311 |
# File 'sig/client.rbs', line 311
def created_at: () -> ::Time
|
#expires_at ⇒ ::Time
312 |
# File 'sig/client.rbs', line 312
def expires_at: () -> ::Time
|
#failure_message ⇒ ::String
318 |
# File 'sig/client.rbs', line 318
def failure_message: () -> ::String
|
#id ⇒ ::String
309 |
# File 'sig/client.rbs', line 309
def id: () -> ::String
|
#name ⇒ ::String
310 |
# File 'sig/client.rbs', line 310
def name: () -> ::String
|
#rate_timestamp ⇒ ::Time
314 |
# File 'sig/client.rbs', line 314
def rate_timestamp: () -> ::Time
|
#rate_type ⇒ "BEFORE_DISCOUNTS", ...
313 |
# File 'sig/client.rbs', line 313
def rate_type: () -> ("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")
|
#status ⇒ "UPDATING", ...
315 |
# File 'sig/client.rbs', line 315
def status: () -> ("UPDATING" | "VALID" | "INVALID" | "ACTION_NEEDED")
|
#total_cost ⇒ ::Float
316 |
# File 'sig/client.rbs', line 316
def total_cost: () -> ::Float
|