Module: Aws::BedrockAgentCoreControl::Client::_GetRegistryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRegistryResponse]
- 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
1691 |
# File 'sig/client.rbs', line 1691
def approval_configuration: () -> Types::ApprovalConfiguration
|
#authorizer_configuration ⇒ Types::AuthorizerConfiguration
1690 |
# File 'sig/client.rbs', line 1690
def authorizer_configuration: () -> Types::AuthorizerConfiguration
|
#authorizer_type ⇒ "CUSTOM_JWT", "AWS_IAM"
1689 |
# File 'sig/client.rbs', line 1689
def authorizer_type: () -> ("CUSTOM_JWT" | "AWS_IAM")
|
#created_at ⇒ ::Time
1694 |
# File 'sig/client.rbs', line 1694
def created_at: () -> ::Time
|
#description ⇒ ::String
1686 |
# File 'sig/client.rbs', line 1686
def description: () -> ::String
|
#name ⇒ ::String
1685 |
# File 'sig/client.rbs', line 1685
def name: () -> ::String
|
#registry_arn ⇒ ::String
1688 |
# File 'sig/client.rbs', line 1688
def registry_arn: () -> ::String
|
#registry_id ⇒ ::String
1687 |
# File 'sig/client.rbs', line 1687
def registry_id: () -> ::String
|
#status ⇒ "CREATING", ...
1692 |
# File 'sig/client.rbs', line 1692
def status: () -> ("CREATING" | "READY" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETING" | "DELETE_FAILED")
|
#status_reason ⇒ ::String
1693 |
# File 'sig/client.rbs', line 1693
def status_reason: () -> ::String
|
#updated_at ⇒ ::Time
1695 |
# File 'sig/client.rbs', line 1695
def updated_at: () -> ::Time
|