Module: Aws::BedrockAgentCoreControl::Client::_GetRegistryRecordResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRegistryRecordResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #descriptor_type ⇒ "MCP", ...
- #descriptors ⇒ Types::Descriptors
- #name ⇒ ::String
- #record_arn ⇒ ::String
- #record_id ⇒ ::String
- #record_version ⇒ ::String
- #registry_arn ⇒ ::String
- #status ⇒ "DRAFT", ...
- #status_reason ⇒ ::String
- #synchronization_configuration ⇒ Types::SynchronizationConfiguration
- #synchronization_type ⇒ "URL"
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
1946 |
# File 'sig/client.rbs', line 1946
def created_at: () -> ::Time
|
#description ⇒ ::String
1941 |
# File 'sig/client.rbs', line 1941
def description: () -> ::String
|
#descriptor_type ⇒ "MCP", ...
1942 |
# File 'sig/client.rbs', line 1942
def descriptor_type: () -> ("MCP" | "A2A" | "CUSTOM" | "AGENT_SKILLS")
|
#descriptors ⇒ Types::Descriptors
1943 |
# File 'sig/client.rbs', line 1943
def descriptors: () -> Types::Descriptors
|
#name ⇒ ::String
1940 |
# File 'sig/client.rbs', line 1940
def name: () -> ::String
|
#record_arn ⇒ ::String
1938 |
# File 'sig/client.rbs', line 1938
def record_arn: () -> ::String
|
#record_id ⇒ ::String
1939 |
# File 'sig/client.rbs', line 1939
def record_id: () -> ::String
|
#record_version ⇒ ::String
1944 |
# File 'sig/client.rbs', line 1944
def record_version: () -> ::String
|
#registry_arn ⇒ ::String
1937 |
# File 'sig/client.rbs', line 1937
def registry_arn: () -> ::String
|
#status ⇒ "DRAFT", ...
1945 |
# File 'sig/client.rbs', line 1945
def status: () -> ("DRAFT" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "DEPRECATED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
|
#status_reason ⇒ ::String
1948 |
# File 'sig/client.rbs', line 1948
def status_reason: () -> ::String
|
#synchronization_configuration ⇒ Types::SynchronizationConfiguration
1950 |
# File 'sig/client.rbs', line 1950
def synchronization_configuration: () -> Types::SynchronizationConfiguration
|
#synchronization_type ⇒ "URL"
1949 |
# File 'sig/client.rbs', line 1949
def synchronization_type: () -> ("URL")
|
#updated_at ⇒ ::Time
1947 |
# File 'sig/client.rbs', line 1947
def updated_at: () -> ::Time
|