Module: Aws::AgentRegistryControl::Client::_GetRegistryRecordResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRegistryRecordResponse]
- 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
220 |
# File 'sig/client.rbs', line 220
def created_at: () -> ::Time
|
#created_by ⇒ ::String
225 |
# File 'sig/client.rbs', line 225
def created_by: () -> ::String
|
#created_by_auto_detection ⇒ Boolean
224 |
# File 'sig/client.rbs', line 224
def created_by_auto_detection: () -> bool
|
#description ⇒ ::String
215 |
# File 'sig/client.rbs', line 215
def description: () -> ::String
|
#descriptors ⇒ Types::Descriptors
217 |
# File 'sig/client.rbs', line 217
def descriptors: () -> Types::Descriptors
|
#display_name ⇒ ::String
214 |
# File 'sig/client.rbs', line 214
def display_name: () -> ::String
|
#name ⇒ ::String
213 |
# File 'sig/client.rbs', line 213
def name: () -> ::String
|
#provenance ⇒ ::Array[Types::Provenance]
223 |
# File 'sig/client.rbs', line 223
def provenance: () -> ::Array[Types::Provenance]
|
#record_arn ⇒ ::String
211 |
# File 'sig/client.rbs', line 211
def record_arn: () -> ::String
|
#record_id ⇒ ::String
212 |
# File 'sig/client.rbs', line 212
def record_id: () -> ::String
|
#record_type ⇒ "MCP", ...
216 |
# File 'sig/client.rbs', line 216
def record_type: () -> ("MCP" | "AGENT" | "CUSTOM" | "SKILL" | "GATEWAY")
|
#record_version ⇒ ::String
218 |
# File 'sig/client.rbs', line 218
def record_version: () -> ::String
|
#registry_arn ⇒ ::String
210 |
# File 'sig/client.rbs', line 210
def registry_arn: () -> ::String
|
#status ⇒ "DRAFT", ...
219 |
# File 'sig/client.rbs', line 219
def status: () -> ("DRAFT" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "DEPRECATED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
|
#status_reason ⇒ ::String
222 |
# File 'sig/client.rbs', line 222
def status_reason: () -> ::String
|
#updated_at ⇒ ::Time
221 |
# File 'sig/client.rbs', line 221
def updated_at: () -> ::Time
|