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
2947 |
# File 'sig/client.rbs', line 2947
def approval_configuration: () -> Types::ApprovalConfiguration
|
#authorizer_configuration ⇒ Types::AuthorizerConfiguration
2946 |
# File 'sig/client.rbs', line 2946
def authorizer_configuration: () -> Types::AuthorizerConfiguration
|
#authorizer_type ⇒ "CUSTOM_JWT", "AWS_IAM"
2945 |
# File 'sig/client.rbs', line 2945
def authorizer_type: () -> ("CUSTOM_JWT" | "AWS_IAM")
|
#created_at ⇒ ::Time
2950 |
# File 'sig/client.rbs', line 2950
def created_at: () -> ::Time
|
#description ⇒ ::String
2942 |
# File 'sig/client.rbs', line 2942
def description: () -> ::String
|
#name ⇒ ::String
2941 |
# File 'sig/client.rbs', line 2941
def name: () -> ::String
|
#registry_arn ⇒ ::String
2944 |
# File 'sig/client.rbs', line 2944
def registry_arn: () -> ::String
|
#registry_id ⇒ ::String
2943 |
# File 'sig/client.rbs', line 2943
def registry_id: () -> ::String
|
#status ⇒ "CREATING", ...
2948 |
# File 'sig/client.rbs', line 2948
def status: () -> ("CREATING" | "READY" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETING" | "DELETE_FAILED")
|
#status_reason ⇒ ::String
2949 |
# File 'sig/client.rbs', line 2949
def status_reason: () -> ::String
|
#updated_at ⇒ ::Time
2951 |
# File 'sig/client.rbs', line 2951
def updated_at: () -> ::Time
|