Module: Aws::BCMPricingCalculator::Client::_UpdateBillScenarioResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateBillScenarioResponse]
- 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
680 |
# File 'sig/client.rbs', line 680
def bill_interval: () -> Types::BillInterval
|
#cost_category_group_sharing_preference_arn ⇒ ::String
686 |
# File 'sig/client.rbs', line 686
def cost_category_group_sharing_preference_arn: () -> ::String
|
#created_at ⇒ ::Time
682 |
# File 'sig/client.rbs', line 682
def created_at: () -> ::Time
|
#expires_at ⇒ ::Time
683 |
# File 'sig/client.rbs', line 683
def expires_at: () -> ::Time
|
#failure_message ⇒ ::String
684 |
# File 'sig/client.rbs', line 684
def failure_message: () -> ::String
|
#group_sharing_preference ⇒ "OPEN", ...
685 |
# File 'sig/client.rbs', line 685
def group_sharing_preference: () -> ("OPEN" | "PRIORITIZED" | "RESTRICTED")
|
#id ⇒ ::String
678 |
# File 'sig/client.rbs', line 678
def id: () -> ::String
|
#name ⇒ ::String
679 |
# File 'sig/client.rbs', line 679
def name: () -> ::String
|
#status ⇒ "READY", ...
681 |
# File 'sig/client.rbs', line 681
def status: () -> ("READY" | "LOCKED" | "FAILED" | "STALE")
|