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
1445 |
# File 'sig/client.rbs', line 1445
def capacity_provider_arn: () -> ::String
|
#capacity_provider_id ⇒ ::String
1444 |
# File 'sig/client.rbs', line 1444
def capacity_provider_id: () -> ::String
|
#compute_configuration ⇒ Types::ComputeConfiguration
1452 |
# File 'sig/client.rbs', line 1452
def compute_configuration: () -> Types::ComputeConfiguration
|
#created_at ⇒ ::Time
1453 |
# File 'sig/client.rbs', line 1453
def created_at: () -> ::Time
|
#description ⇒ ::String
1448 |
# File 'sig/client.rbs', line 1448
def description: () -> ::String
|
#last_updated_at ⇒ ::Time
1454 |
# File 'sig/client.rbs', line 1454
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
1446 |
# File 'sig/client.rbs', line 1446
def name: () -> ::String
|
#permissions_configuration ⇒ Types::PermissionsConfiguration
1451 |
# File 'sig/client.rbs', line 1451
def permissions_configuration: () -> Types::PermissionsConfiguration
|
#status ⇒ "CREATING", ...
1447 |
# File 'sig/client.rbs', line 1447
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED")
|
#status_code ⇒ "VALIDATION_ERROR", ...
1449 |
# File 'sig/client.rbs', line 1449
def status_code: () -> ("VALIDATION_ERROR" | "QUOTA_EXCEEDED" | "THROTTLED" | "INTERNAL_SERVER_EXCEPTION")
|
#status_reason ⇒ ::String
1450 |
# File 'sig/client.rbs', line 1450
def status_reason: () -> ::String
|