Module: Aws::BedrockAgentCoreControl::Client::_UpdateCapacityProviderResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateCapacityProviderOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #capacity_provider_arn ⇒ ::String
- #capacity_provider_id ⇒ ::String
- #created_at ⇒ ::Time
- #last_updated_at ⇒ ::Time
- #name ⇒ ::String
- #status ⇒ "CREATING", ...
Instance Method Details
#capacity_provider_arn ⇒ ::String
2669 |
# File 'sig/client.rbs', line 2669
def capacity_provider_arn: () -> ::String
|
#capacity_provider_id ⇒ ::String
2668 |
# File 'sig/client.rbs', line 2668
def capacity_provider_id: () -> ::String
|
#created_at ⇒ ::Time
2672 |
# File 'sig/client.rbs', line 2672
def created_at: () -> ::Time
|
#last_updated_at ⇒ ::Time
2673 |
# File 'sig/client.rbs', line 2673
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
2670 |
# File 'sig/client.rbs', line 2670
def name: () -> ::String
|
#status ⇒ "CREATING", ...
2671 |
# File 'sig/client.rbs', line 2671
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
|