Module: Aws::BedrockAgentCoreControl::Client::_UpdateRegistryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateRegistryResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #approval_configuration ⇒ Types::ApprovalConfiguration
- #authorizer_configuration ⇒ Types::AuthorizerConfiguration
- #authorizer_type ⇒ "CUSTOM_JWT", "AWS_IAM"
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #name ⇒ ::String
- #registry_arn ⇒ ::String
- #registry_id ⇒ ::String
- #status ⇒ "CREATING", ...
- #status_reason ⇒ ::String
- #updated_at ⇒ ::Time
Instance Method Details
#approval_configuration ⇒ Types::ApprovalConfiguration
3236 |
# File 'sig/client.rbs', line 3236
def approval_configuration: () -> Types::ApprovalConfiguration
|
#authorizer_configuration ⇒ Types::AuthorizerConfiguration
3235 |
# File 'sig/client.rbs', line 3235
def authorizer_configuration: () -> Types::AuthorizerConfiguration
|
#authorizer_type ⇒ "CUSTOM_JWT", "AWS_IAM"
3234 |
# File 'sig/client.rbs', line 3234
def authorizer_type: () -> ("CUSTOM_JWT" | "AWS_IAM")
|
#created_at ⇒ ::Time
3239 |
# File 'sig/client.rbs', line 3239
def created_at: () -> ::Time
|
#description ⇒ ::String
3231 |
# File 'sig/client.rbs', line 3231
def description: () -> ::String
|
#name ⇒ ::String
3230 |
# File 'sig/client.rbs', line 3230
def name: () -> ::String
|
#registry_arn ⇒ ::String
3233 |
# File 'sig/client.rbs', line 3233
def registry_arn: () -> ::String
|
#registry_id ⇒ ::String
3232 |
# File 'sig/client.rbs', line 3232
def registry_id: () -> ::String
|
#status ⇒ "CREATING", ...
3237 |
# File 'sig/client.rbs', line 3237
def status: () -> ("CREATING" | "READY" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETING" | "DELETE_FAILED")
|
#status_reason ⇒ ::String
3238 |
# File 'sig/client.rbs', line 3238
def status_reason: () -> ::String
|
#updated_at ⇒ ::Time
3240 |
# File 'sig/client.rbs', line 3240
def updated_at: () -> ::Time
|