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
2675 |
# File 'sig/client.rbs', line 2675
def capacity_provider_arn: () -> ::String
|
#capacity_provider_id ⇒ ::String
2674 |
# File 'sig/client.rbs', line 2674
def capacity_provider_id: () -> ::String
|
#created_at ⇒ ::Time
2678 |
# File 'sig/client.rbs', line 2678
def created_at: () -> ::Time
|
#last_updated_at ⇒ ::Time
2679 |
# File 'sig/client.rbs', line 2679
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
2676 |
# File 'sig/client.rbs', line 2676
def name: () -> ::String
|
#status ⇒ "CREATING", ...
2677 |
# File 'sig/client.rbs', line 2677
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
|