Module: Aws::BedrockAgentCoreControl::Client::_SubmitRegistryRecordForApprovalResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SubmitRegistryRecordForApprovalResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #record_arn ⇒ ::String
- #record_id ⇒ ::String
- #registry_arn ⇒ ::String
- #status ⇒ "DRAFT", ...
- #updated_at ⇒ ::Time
Instance Method Details
#record_arn ⇒ ::String
2539 |
# File 'sig/client.rbs', line 2539
def record_arn: () -> ::String
|
#record_id ⇒ ::String
2540 |
# File 'sig/client.rbs', line 2540
def record_id: () -> ::String
|
#registry_arn ⇒ ::String
2538 |
# File 'sig/client.rbs', line 2538
def registry_arn: () -> ::String
|
#status ⇒ "DRAFT", ...
2541 |
# File 'sig/client.rbs', line 2541
def status: () -> ("DRAFT" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "DEPRECATED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
|
#updated_at ⇒ ::Time
2542 |
# File 'sig/client.rbs', line 2542
def updated_at: () -> ::Time
|