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
1722 |
# File 'sig/client.rbs', line 1722
def created_at: () -> ::Time
|
#description ⇒ ::String
1717 |
# File 'sig/client.rbs', line 1717
def description: () -> ::String
|
#descriptor_type ⇒ "MCP", ...
1718 |
# File 'sig/client.rbs', line 1718
def descriptor_type: () -> ("MCP" | "A2A" | "CUSTOM" | "AGENT_SKILLS")
|
#descriptors ⇒ Types::Descriptors
1719 |
# File 'sig/client.rbs', line 1719
def descriptors: () -> Types::Descriptors
|
#name ⇒ ::String
1716 |
# File 'sig/client.rbs', line 1716
def name: () -> ::String
|
#record_arn ⇒ ::String
1714 |
# File 'sig/client.rbs', line 1714
def record_arn: () -> ::String
|
#record_id ⇒ ::String
1715 |
# File 'sig/client.rbs', line 1715
def record_id: () -> ::String
|
#record_version ⇒ ::String
1720 |
# File 'sig/client.rbs', line 1720
def record_version: () -> ::String
|
#registry_arn ⇒ ::String
1713 |
# File 'sig/client.rbs', line 1713
def registry_arn: () -> ::String
|
#status ⇒ "DRAFT", ...
1721 |
# File 'sig/client.rbs', line 1721
def status: () -> ("DRAFT" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "DEPRECATED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
|
#status_reason ⇒ ::String
1724 |
# File 'sig/client.rbs', line 1724
def status_reason: () -> ::String
|
#synchronization_configuration ⇒ Types::SynchronizationConfiguration
1726 |
# File 'sig/client.rbs', line 1726
def synchronization_configuration: () -> Types::SynchronizationConfiguration
|
#synchronization_type ⇒ "URL"
1725 |
# File 'sig/client.rbs', line 1725
def synchronization_type: () -> ("URL")
|
#updated_at ⇒ ::Time
1723 |
# File 'sig/client.rbs', line 1723
def updated_at: () -> ::Time
|