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
3049 |
# File 'sig/client.rbs', line 3049
def record_arn: () -> ::String
|
#record_id ⇒ ::String
3050 |
# File 'sig/client.rbs', line 3050
def record_id: () -> ::String
|
#registry_arn ⇒ ::String
3048 |
# File 'sig/client.rbs', line 3048
def registry_arn: () -> ::String
|
#status ⇒ "DRAFT", ...
3051 |
# File 'sig/client.rbs', line 3051
def status: () -> ("DRAFT" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "DEPRECATED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
|
#status_reason ⇒ ::String
3052 |
# File 'sig/client.rbs', line 3052
def status_reason: () -> ::String
|
#updated_at ⇒ ::Time
3053 |
# File 'sig/client.rbs', line 3053
def updated_at: () -> ::Time
|