Module: Aws::BCMPricingCalculator::Client::_CreateBillScenarioResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateBillScenarioResponse]
- 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
289 |
# File 'sig/client.rbs', line 289
def bill_interval: () -> Types::BillInterval
|
#cost_category_group_sharing_preference_arn ⇒ ::String
295 |
# File 'sig/client.rbs', line 295
def cost_category_group_sharing_preference_arn: () -> ::String
|
#created_at ⇒ ::Time
291 |
# File 'sig/client.rbs', line 291
def created_at: () -> ::Time
|
#expires_at ⇒ ::Time
292 |
# File 'sig/client.rbs', line 292
def expires_at: () -> ::Time
|
#failure_message ⇒ ::String
293 |
# File 'sig/client.rbs', line 293
def failure_message: () -> ::String
|
#group_sharing_preference ⇒ "OPEN", ...
294 |
# File 'sig/client.rbs', line 294
def group_sharing_preference: () -> ("OPEN" | "PRIORITIZED" | "RESTRICTED")
|
#id ⇒ ::String
287 |
# File 'sig/client.rbs', line 287
def id: () -> ::String
|
#name ⇒ ::String
288 |
# File 'sig/client.rbs', line 288
def name: () -> ::String
|
#status ⇒ "READY", ...
290 |
# File 'sig/client.rbs', line 290
def status: () -> ("READY" | "LOCKED" | "FAILED" | "STALE")
|