Module: Aws::AgentRegistryControl::Client::_UpdateRegistryRecordResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateRegistryRecordResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #created_by_auto_detection ⇒ Boolean
- #description ⇒ ::String
- #descriptors ⇒ Types::Descriptors
- #display_name ⇒ ::String
- #name ⇒ ::String
- #provenance ⇒ ::Array[Types::Provenance]
- #record_arn ⇒ ::String
- #record_id ⇒ ::String
- #record_type ⇒ "MCP", ...
- #record_version ⇒ ::String
- #registry_arn ⇒ ::String
- #status ⇒ "DRAFT", ...
- #status_reason ⇒ ::String
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
369 |
# File 'sig/client.rbs', line 369
def created_at: () -> ::Time
|
#created_by ⇒ ::String
374 |
# File 'sig/client.rbs', line 374
def created_by: () -> ::String
|
#created_by_auto_detection ⇒ Boolean
373 |
# File 'sig/client.rbs', line 373
def created_by_auto_detection: () -> bool
|
#description ⇒ ::String
364 |
# File 'sig/client.rbs', line 364
def description: () -> ::String
|
#descriptors ⇒ Types::Descriptors
366 |
# File 'sig/client.rbs', line 366
def descriptors: () -> Types::Descriptors
|
#display_name ⇒ ::String
363 |
# File 'sig/client.rbs', line 363
def display_name: () -> ::String
|
#name ⇒ ::String
362 |
# File 'sig/client.rbs', line 362
def name: () -> ::String
|
#provenance ⇒ ::Array[Types::Provenance]
372 |
# File 'sig/client.rbs', line 372
def provenance: () -> ::Array[Types::Provenance]
|
#record_arn ⇒ ::String
360 |
# File 'sig/client.rbs', line 360
def record_arn: () -> ::String
|
#record_id ⇒ ::String
361 |
# File 'sig/client.rbs', line 361
def record_id: () -> ::String
|
#record_type ⇒ "MCP", ...
365 |
# File 'sig/client.rbs', line 365
def record_type: () -> ("MCP" | "AGENT" | "CUSTOM" | "SKILL" | "GATEWAY")
|
#record_version ⇒ ::String
367 |
# File 'sig/client.rbs', line 367
def record_version: () -> ::String
|
#registry_arn ⇒ ::String
359 |
# File 'sig/client.rbs', line 359
def registry_arn: () -> ::String
|
#status ⇒ "DRAFT", ...
368 |
# File 'sig/client.rbs', line 368
def status: () -> ("DRAFT" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "DEPRECATED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
|
#status_reason ⇒ ::String
371 |
# File 'sig/client.rbs', line 371
def status_reason: () -> ::String
|
#updated_at ⇒ ::Time
370 |
# File 'sig/client.rbs', line 370
def updated_at: () -> ::Time
|