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
3269 |
# File 'sig/client.rbs', line 3269
def created_at: () -> ::Time
|
#description ⇒ ::String
3264 |
# File 'sig/client.rbs', line 3264
def description: () -> ::String
|
#descriptor_type ⇒ "MCP", ...
3265 |
# File 'sig/client.rbs', line 3265
def descriptor_type: () -> ("MCP" | "A2A" | "CUSTOM" | "AGENT_SKILLS")
|
#descriptors ⇒ Types::Descriptors
3266 |
# File 'sig/client.rbs', line 3266
def descriptors: () -> Types::Descriptors
|
#name ⇒ ::String
3263 |
# File 'sig/client.rbs', line 3263
def name: () -> ::String
|
#record_arn ⇒ ::String
3261 |
# File 'sig/client.rbs', line 3261
def record_arn: () -> ::String
|
#record_id ⇒ ::String
3262 |
# File 'sig/client.rbs', line 3262
def record_id: () -> ::String
|
#record_version ⇒ ::String
3267 |
# File 'sig/client.rbs', line 3267
def record_version: () -> ::String
|
#registry_arn ⇒ ::String
3260 |
# File 'sig/client.rbs', line 3260
def registry_arn: () -> ::String
|
#status ⇒ "DRAFT", ...
3268 |
# File 'sig/client.rbs', line 3268
def status: () -> ("DRAFT" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "DEPRECATED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
|
#status_reason ⇒ ::String
3271 |
# File 'sig/client.rbs', line 3271
def status_reason: () -> ::String
|
#synchronization_configuration ⇒ Types::SynchronizationConfiguration
3273 |
# File 'sig/client.rbs', line 3273
def synchronization_configuration: () -> Types::SynchronizationConfiguration
|
#synchronization_type ⇒ "URL"
3272 |
# File 'sig/client.rbs', line 3272
def synchronization_type: () -> ("URL")
|
#updated_at ⇒ ::Time
3270 |
# File 'sig/client.rbs', line 3270
def updated_at: () -> ::Time
|