Module: Aws::BCMPricingCalculator::Client::_GetBillScenarioResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetBillScenarioResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bill_interval ⇒ Types::BillInterval
- #cost_category_group_sharing_preference_arn ⇒ ::String
- #created_at ⇒ ::Time
- #expires_at ⇒ ::Time
- #failure_message ⇒ ::String
- #group_sharing_preference ⇒ "OPEN", ...
- #id ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "READY", ...
Instance Method Details
#bill_interval ⇒ Types::BillInterval
380 |
# File 'sig/client.rbs', line 380
def bill_interval: () -> Types::BillInterval
|
#cost_category_group_sharing_preference_arn ⇒ ::String
386 |
# File 'sig/client.rbs', line 386
def cost_category_group_sharing_preference_arn: () -> ::String
|
#created_at ⇒ ::Time
382 |
# File 'sig/client.rbs', line 382
def created_at: () -> ::Time
|
#expires_at ⇒ ::Time
383 |
# File 'sig/client.rbs', line 383
def expires_at: () -> ::Time
|
#failure_message ⇒ ::String
384 |
# File 'sig/client.rbs', line 384
def failure_message: () -> ::String
|
#group_sharing_preference ⇒ "OPEN", ...
385 |
# File 'sig/client.rbs', line 385
def group_sharing_preference: () -> ("OPEN" | "PRIORITIZED" | "RESTRICTED")
|
#id ⇒ ::String
378 |
# File 'sig/client.rbs', line 378
def id: () -> ::String
|
#name ⇒ ::String
379 |
# File 'sig/client.rbs', line 379
def name: () -> ::String
|
#status ⇒ "READY", ...
381 |
# File 'sig/client.rbs', line 381
def status: () -> ("READY" | "LOCKED" | "FAILED" | "STALE")
|