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
2286 |
# File 'sig/client.rbs', line 2286
def record_arn: () -> ::String
|
#record_id ⇒ ::String
2287 |
# File 'sig/client.rbs', line 2287
def record_id: () -> ::String
|
#registry_arn ⇒ ::String
2285 |
# File 'sig/client.rbs', line 2285
def registry_arn: () -> ::String
|
#status ⇒ "DRAFT", ...
2288 |
# File 'sig/client.rbs', line 2288
def status: () -> ("DRAFT" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "DEPRECATED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
|
#updated_at ⇒ ::Time
2289 |
# File 'sig/client.rbs', line 2289
def updated_at: () -> ::Time
|