Module: Aws::BedrockAgentCoreControl::Client::_CreateCapacityProviderResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateCapacityProviderOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #capacity_provider_arn ⇒ ::String
- #capacity_provider_id ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "CREATING", ...
Instance Method Details
#capacity_provider_arn ⇒ ::String
279 |
# File 'sig/client.rbs', line 279
def capacity_provider_arn: () -> ::String
|
#capacity_provider_id ⇒ ::String
278 |
# File 'sig/client.rbs', line 278
def capacity_provider_id: () -> ::String
|
#name ⇒ ::String
280 |
# File 'sig/client.rbs', line 280
def name: () -> ::String
|
#status ⇒ "CREATING", ...
281 |
# File 'sig/client.rbs', line 281
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
|