Module: Aws::BedrockAgentCoreControl::Client::_UpdateRegistryRecordResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateRegistryRecordResponse]
- 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
2972 |
# File 'sig/client.rbs', line 2972
def created_at: () -> ::Time
|
#description ⇒ ::String
2967 |
# File 'sig/client.rbs', line 2967
def description: () -> ::String
|
#descriptor_type ⇒ "MCP", ...
2968 |
# File 'sig/client.rbs', line 2968
def descriptor_type: () -> ("MCP" | "A2A" | "CUSTOM" | "AGENT_SKILLS")
|
#descriptors ⇒ Types::Descriptors
2969 |
# File 'sig/client.rbs', line 2969
def descriptors: () -> Types::Descriptors
|
#name ⇒ ::String
2966 |
# File 'sig/client.rbs', line 2966
def name: () -> ::String
|
#record_arn ⇒ ::String
2964 |
# File 'sig/client.rbs', line 2964
def record_arn: () -> ::String
|
#record_id ⇒ ::String
2965 |
# File 'sig/client.rbs', line 2965
def record_id: () -> ::String
|
#record_version ⇒ ::String
2970 |
# File 'sig/client.rbs', line 2970
def record_version: () -> ::String
|
#registry_arn ⇒ ::String
2963 |
# File 'sig/client.rbs', line 2963
def registry_arn: () -> ::String
|
#status ⇒ "DRAFT", ...
2971 |
# File 'sig/client.rbs', line 2971
def status: () -> ("DRAFT" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "DEPRECATED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
|
#status_reason ⇒ ::String
2974 |
# File 'sig/client.rbs', line 2974
def status_reason: () -> ::String
|
#synchronization_configuration ⇒ Types::SynchronizationConfiguration
2976 |
# File 'sig/client.rbs', line 2976
def synchronization_configuration: () -> Types::SynchronizationConfiguration
|
#synchronization_type ⇒ "URL"
2975 |
# File 'sig/client.rbs', line 2975
def synchronization_type: () -> ("URL")
|
#updated_at ⇒ ::Time
2973 |
# File 'sig/client.rbs', line 2973
def updated_at: () -> ::Time
|