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
3278 |
# File 'sig/client.rbs', line 3278
def created_at: () -> ::Time
|
#description ⇒ ::String
3273 |
# File 'sig/client.rbs', line 3273
def description: () -> ::String
|
#descriptor_type ⇒ "MCP", ...
3274 |
# File 'sig/client.rbs', line 3274
def descriptor_type: () -> ("MCP" | "A2A" | "CUSTOM" | "AGENT_SKILLS")
|
#descriptors ⇒ Types::Descriptors
3275 |
# File 'sig/client.rbs', line 3275
def descriptors: () -> Types::Descriptors
|
#name ⇒ ::String
3272 |
# File 'sig/client.rbs', line 3272
def name: () -> ::String
|
#record_arn ⇒ ::String
3270 |
# File 'sig/client.rbs', line 3270
def record_arn: () -> ::String
|
#record_id ⇒ ::String
3271 |
# File 'sig/client.rbs', line 3271
def record_id: () -> ::String
|
#record_version ⇒ ::String
3276 |
# File 'sig/client.rbs', line 3276
def record_version: () -> ::String
|
#registry_arn ⇒ ::String
3269 |
# File 'sig/client.rbs', line 3269
def registry_arn: () -> ::String
|
#status ⇒ "DRAFT", ...
3277 |
# File 'sig/client.rbs', line 3277
def status: () -> ("DRAFT" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "DEPRECATED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
|
#status_reason ⇒ ::String
3280 |
# File 'sig/client.rbs', line 3280
def status_reason: () -> ::String
|
#synchronization_configuration ⇒ Types::SynchronizationConfiguration
3282 |
# File 'sig/client.rbs', line 3282
def synchronization_configuration: () -> Types::SynchronizationConfiguration
|
#synchronization_type ⇒ "URL"
3281 |
# File 'sig/client.rbs', line 3281
def synchronization_type: () -> ("URL")
|
#updated_at ⇒ ::Time
3279 |
# File 'sig/client.rbs', line 3279
def updated_at: () -> ::Time
|