Module: Aws::AgentRegistryControl::Client::_GetRegistryRecordResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRegistryRecordResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #descriptors ⇒ Types::Descriptors
- #display_name ⇒ ::String
- #name ⇒ ::String
- #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
202 |
# File 'sig/client.rbs', line 202
def created_at: () -> ::Time
|
#description ⇒ ::String
197 |
# File 'sig/client.rbs', line 197
def description: () -> ::String
|
#descriptors ⇒ Types::Descriptors
199 |
# File 'sig/client.rbs', line 199
def descriptors: () -> Types::Descriptors
|
#display_name ⇒ ::String
196 |
# File 'sig/client.rbs', line 196
def display_name: () -> ::String
|
#name ⇒ ::String
195 |
# File 'sig/client.rbs', line 195
def name: () -> ::String
|
#record_arn ⇒ ::String
193 |
# File 'sig/client.rbs', line 193
def record_arn: () -> ::String
|
#record_id ⇒ ::String
194 |
# File 'sig/client.rbs', line 194
def record_id: () -> ::String
|
#record_type ⇒ "MCP", ...
198 |
# File 'sig/client.rbs', line 198
def record_type: () -> ("MCP" | "AGENT" | "CUSTOM" | "SKILL")
|
#record_version ⇒ ::String
200 |
# File 'sig/client.rbs', line 200
def record_version: () -> ::String
|
#registry_arn ⇒ ::String
192 |
# File 'sig/client.rbs', line 192
def registry_arn: () -> ::String
|
#status ⇒ "DRAFT", ...
201 |
# File 'sig/client.rbs', line 201
def status: () -> ("DRAFT" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "DEPRECATED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
|
#status_reason ⇒ ::String
204 |
# File 'sig/client.rbs', line 204
def status_reason: () -> ::String
|
#updated_at ⇒ ::Time
203 |
# File 'sig/client.rbs', line 203
def updated_at: () -> ::Time
|