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
1714 |
# File 'sig/client.rbs', line 1714
def created_at: () -> ::Time
|
#description ⇒ ::String
1709 |
# File 'sig/client.rbs', line 1709
def description: () -> ::String
|
#descriptor_type ⇒ "MCP", ...
1710 |
# File 'sig/client.rbs', line 1710
def descriptor_type: () -> ("MCP" | "A2A" | "CUSTOM" | "AGENT_SKILLS")
|
#descriptors ⇒ Types::Descriptors
1711 |
# File 'sig/client.rbs', line 1711
def descriptors: () -> Types::Descriptors
|
#name ⇒ ::String
1708 |
# File 'sig/client.rbs', line 1708
def name: () -> ::String
|
#record_arn ⇒ ::String
1706 |
# File 'sig/client.rbs', line 1706
def record_arn: () -> ::String
|
#record_id ⇒ ::String
1707 |
# File 'sig/client.rbs', line 1707
def record_id: () -> ::String
|
#record_version ⇒ ::String
1712 |
# File 'sig/client.rbs', line 1712
def record_version: () -> ::String
|
#registry_arn ⇒ ::String
1705 |
# File 'sig/client.rbs', line 1705
def registry_arn: () -> ::String
|
#status ⇒ "DRAFT", ...
1713 |
# File 'sig/client.rbs', line 1713
def status: () -> ("DRAFT" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "DEPRECATED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
|
#status_reason ⇒ ::String
1716 |
# File 'sig/client.rbs', line 1716
def status_reason: () -> ::String
|
#synchronization_configuration ⇒ Types::SynchronizationConfiguration
1718 |
# File 'sig/client.rbs', line 1718
def synchronization_configuration: () -> Types::SynchronizationConfiguration
|
#synchronization_type ⇒ "URL"
1717 |
# File 'sig/client.rbs', line 1717
def synchronization_type: () -> ("URL")
|
#updated_at ⇒ ::Time
1715 |
# File 'sig/client.rbs', line 1715
def updated_at: () -> ::Time
|