Module: Aws::BCMPricingCalculator::Client::_GetBillEstimateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetBillEstimateResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bill_interval ⇒ Types::BillInterval
- #cost_category_group_sharing_preference_arn ⇒ ::String
- #cost_category_group_sharing_preference_effective_date ⇒ ::Time
- #cost_summary ⇒ Types::BillEstimateCostSummary
- #created_at ⇒ ::Time
- #expires_at ⇒ ::Time
- #failure_message ⇒ ::String
- #group_sharing_preference ⇒ "OPEN", ...
- #id ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "IN_PROGRESS", ...
Instance Method Details
#bill_interval ⇒ Types::BillInterval
362 |
# File 'sig/client.rbs', line 362
def bill_interval: () -> Types::BillInterval
|
#cost_category_group_sharing_preference_arn ⇒ ::String
367 |
# File 'sig/client.rbs', line 367
def cost_category_group_sharing_preference_arn: () -> ::String
|
#cost_category_group_sharing_preference_effective_date ⇒ ::Time
368 |
# File 'sig/client.rbs', line 368
def cost_category_group_sharing_preference_effective_date: () -> ::Time
|
#cost_summary ⇒ Types::BillEstimateCostSummary
363 |
# File 'sig/client.rbs', line 363
def cost_summary: () -> Types::BillEstimateCostSummary
|
#created_at ⇒ ::Time
364 |
# File 'sig/client.rbs', line 364
def created_at: () -> ::Time
|
#expires_at ⇒ ::Time
365 |
# File 'sig/client.rbs', line 365
def expires_at: () -> ::Time
|
#failure_message ⇒ ::String
361 |
# File 'sig/client.rbs', line 361
def failure_message: () -> ::String
|
#group_sharing_preference ⇒ "OPEN", ...
366 |
# File 'sig/client.rbs', line 366
def group_sharing_preference: () -> ("OPEN" | "PRIORITIZED" | "RESTRICTED")
|
#id ⇒ ::String
358 |
# File 'sig/client.rbs', line 358
def id: () -> ::String
|
#name ⇒ ::String
359 |
# File 'sig/client.rbs', line 359
def name: () -> ::String
|
#status ⇒ "IN_PROGRESS", ...
360 |
# File 'sig/client.rbs', line 360
def status: () -> ("IN_PROGRESS" | "COMPLETE" | "FAILED")
|