Module: Aws::BedrockAgentCoreControl::Client::_UpdateRegistryRecordStatusResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateRegistryRecordStatusResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #record_arn ⇒ ::String
- #record_id ⇒ ::String
- #registry_arn ⇒ ::String
- #status ⇒ "DRAFT", ...
- #status_reason ⇒ ::String
- #updated_at ⇒ ::Time
Instance Method Details
#record_arn ⇒ ::String
3346 |
# File 'sig/client.rbs', line 3346
def record_arn: () -> ::String
|
#record_id ⇒ ::String
3347 |
# File 'sig/client.rbs', line 3347
def record_id: () -> ::String
|
#registry_arn ⇒ ::String
3345 |
# File 'sig/client.rbs', line 3345
def registry_arn: () -> ::String
|
#status ⇒ "DRAFT", ...
3348 |
# File 'sig/client.rbs', line 3348
def status: () -> ("DRAFT" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "DEPRECATED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
|
#status_reason ⇒ ::String
3349 |
# File 'sig/client.rbs', line 3349
def status_reason: () -> ::String
|
#updated_at ⇒ ::Time
3350 |
# File 'sig/client.rbs', line 3350
def updated_at: () -> ::Time
|