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
436 |
# File 'sig/client.rbs', line 436
def record_arn: () -> ::String
|
#record_id ⇒ ::String
437 |
# File 'sig/client.rbs', line 437
def record_id: () -> ::String
|
#registry_arn ⇒ ::String
435 |
# File 'sig/client.rbs', line 435
def registry_arn: () -> ::String
|
#status ⇒ "DRAFT", ...
438 |
# File 'sig/client.rbs', line 438
def status: () -> ("DRAFT" | "PENDING_APPROVAL" | "APPROVED" | "REJECTED" | "DEPRECATED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
|
#status_reason ⇒ ::String
439 |
# File 'sig/client.rbs', line 439
def status_reason: () -> ::String
|
#updated_at ⇒ ::Time
440 |
# File 'sig/client.rbs', line 440
def updated_at: () -> ::Time
|