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
1929 |
# File 'sig/client.rbs', line 1929
def created_at: () -> ::Time
|
#description ⇒ ::String
1924 |
# File 'sig/client.rbs', line 1924
def description: () -> ::String
|
#descriptor_type ⇒ "MCP", ...
1925 |
# File 'sig/client.rbs', line 1925
def descriptor_type: () -> ("MCP" | "A2A" | "CUSTOM" | "AGENT_SKILLS")
|
#descriptors ⇒ Types::Descriptors
1926 |
# File 'sig/client.rbs', line 1926
def descriptors: () -> Types::Descriptors
|
#name ⇒ ::String
1923 |
# File 'sig/client.rbs', line 1923
def name: () -> ::String
|
#record_arn ⇒ ::String
1921 |
# File 'sig/client.rbs', line 1921
def record_arn: () -> ::String
|
#record_id ⇒ ::String
1922 |
# File 'sig/client.rbs', line 1922
def record_id: () -> ::String
|
#record_version ⇒ ::String
1927 |
# File 'sig/client.rbs', line 1927
def record_version: () -> ::String
|
#registry_arn ⇒ ::String
1920 |
# File 'sig/client.rbs', line 1920
def registry_arn: () -> ::String
|
#status ⇒ "DRAFT", ...
1928 |
# File 'sig/client.rbs', line 1928
def status: () -> ("DRAFT" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "DEPRECATED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
|
#status_reason ⇒ ::String
1931 |
# File 'sig/client.rbs', line 1931
def status_reason: () -> ::String
|
#synchronization_configuration ⇒ Types::SynchronizationConfiguration
1933 |
# File 'sig/client.rbs', line 1933
def synchronization_configuration: () -> Types::SynchronizationConfiguration
|
#synchronization_type ⇒ "URL"
1932 |
# File 'sig/client.rbs', line 1932
def synchronization_type: () -> ("URL")
|
#updated_at ⇒ ::Time
1930 |
# File 'sig/client.rbs', line 1930
def updated_at: () -> ::Time
|