Module: Aws::BedrockAgentCoreControl::Client::_GetCapacityProviderResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCapacityProviderOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #capacity_provider_arn ⇒ ::String
- #capacity_provider_id ⇒ ::String
- #compute_configuration ⇒ Types::ComputeConfiguration
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #last_updated_at ⇒ ::Time
- #name ⇒ ::String
- #permissions_configuration ⇒ Types::PermissionsConfiguration
- #status ⇒ "CREATING", ...
- #status_code ⇒ "VALIDATION_ERROR", ...
- #status_reason ⇒ ::String
Instance Method Details
#capacity_provider_arn ⇒ ::String
1432 |
# File 'sig/client.rbs', line 1432
def capacity_provider_arn: () -> ::String
|
#capacity_provider_id ⇒ ::String
1431 |
# File 'sig/client.rbs', line 1431
def capacity_provider_id: () -> ::String
|
#compute_configuration ⇒ Types::ComputeConfiguration
1439 |
# File 'sig/client.rbs', line 1439
def compute_configuration: () -> Types::ComputeConfiguration
|
#created_at ⇒ ::Time
1440 |
# File 'sig/client.rbs', line 1440
def created_at: () -> ::Time
|
#description ⇒ ::String
1435 |
# File 'sig/client.rbs', line 1435
def description: () -> ::String
|
#last_updated_at ⇒ ::Time
1441 |
# File 'sig/client.rbs', line 1441
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
1433 |
# File 'sig/client.rbs', line 1433
def name: () -> ::String
|
#permissions_configuration ⇒ Types::PermissionsConfiguration
1438 |
# File 'sig/client.rbs', line 1438
def permissions_configuration: () -> Types::PermissionsConfiguration
|
#status ⇒ "CREATING", ...
1434 |
# File 'sig/client.rbs', line 1434
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
|
#status_code ⇒ "VALIDATION_ERROR", ...
1436 |
# File 'sig/client.rbs', line 1436
def status_code: () -> ("VALIDATION_ERROR" | "QUOTA_EXCEEDED" | "THROTTLED" | "INTERNAL_SERVER_EXCEPTION")
|
#status_reason ⇒ ::String
1437 |
# File 'sig/client.rbs', line 1437
def status_reason: () -> ::String
|