Module: Aws::AgentRegistryControl::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
481 |
# File 'sig/client.rbs', line 481
def record_arn: () -> ::String
|
#record_id ⇒ ::String
482 |
# File 'sig/client.rbs', line 482
def record_id: () -> ::String
|
#registry_arn ⇒ ::String
480 |
# File 'sig/client.rbs', line 480
def registry_arn: () -> ::String
|
#status ⇒ "DRAFT", ...
483 |
# File 'sig/client.rbs', line 483
def status: () -> ("DRAFT" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "DEPRECATED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
|
#status_reason ⇒ ::String
484 |
# File 'sig/client.rbs', line 484
def status_reason: () -> ::String
|
#updated_at ⇒ ::Time
485 |
# File 'sig/client.rbs', line 485
def updated_at: () -> ::Time
|