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
3057 |
# File 'sig/client.rbs', line 3057
def record_arn: () -> ::String
|
#record_id ⇒ ::String
3058 |
# File 'sig/client.rbs', line 3058
def record_id: () -> ::String
|
#registry_arn ⇒ ::String
3056 |
# File 'sig/client.rbs', line 3056
def registry_arn: () -> ::String
|
#status ⇒ "DRAFT", ...
3059 |
# File 'sig/client.rbs', line 3059
def status: () -> ("DRAFT" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "DEPRECATED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
|
#status_reason ⇒ ::String
3060 |
# File 'sig/client.rbs', line 3060
def status_reason: () -> ::String
|
#updated_at ⇒ ::Time
3061 |
# File 'sig/client.rbs', line 3061
def updated_at: () -> ::Time
|