Module: Aws::BCMPricingCalculator::Client::_CreateBillEstimateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateBillEstimateResponse]
- 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
268 |
# File 'sig/client.rbs', line 268
def bill_interval: () -> Types::BillInterval
|
#cost_category_group_sharing_preference_arn ⇒ ::String
273 |
# File 'sig/client.rbs', line 273
def cost_category_group_sharing_preference_arn: () -> ::String
|
#cost_category_group_sharing_preference_effective_date ⇒ ::Time
274 |
# File 'sig/client.rbs', line 274
def cost_category_group_sharing_preference_effective_date: () -> ::Time
|
#cost_summary ⇒ Types::BillEstimateCostSummary
269 |
# File 'sig/client.rbs', line 269
def cost_summary: () -> Types::BillEstimateCostSummary
|
#created_at ⇒ ::Time
270 |
# File 'sig/client.rbs', line 270
def created_at: () -> ::Time
|
#expires_at ⇒ ::Time
271 |
# File 'sig/client.rbs', line 271
def expires_at: () -> ::Time
|
#failure_message ⇒ ::String
267 |
# File 'sig/client.rbs', line 267
def failure_message: () -> ::String
|
#group_sharing_preference ⇒ "OPEN", ...
272 |
# File 'sig/client.rbs', line 272
def group_sharing_preference: () -> ("OPEN" | "PRIORITIZED" | "RESTRICTED")
|
#id ⇒ ::String
264 |
# File 'sig/client.rbs', line 264
def id: () -> ::String
|
#name ⇒ ::String
265 |
# File 'sig/client.rbs', line 265
def name: () -> ::String
|
#status ⇒ "IN_PROGRESS", ...
266 |
# File 'sig/client.rbs', line 266
def status: () -> ("IN_PROGRESS" | "COMPLETE" | "FAILED")
|