Module: Aws::BedrockDataAutomation::Client::_UpdateDataAutomationProjectResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateDataAutomationProjectResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#project_arn ⇒ ::String
533 |
# File 'sig/client.rbs', line 533
def project_arn: () -> ::String
|
#project_stage ⇒ "DEVELOPMENT", "LIVE"
534 |
# File 'sig/client.rbs', line 534
def project_stage: () -> ("DEVELOPMENT" | "LIVE")
|
#status ⇒ "COMPLETED", ...
535 |
# File 'sig/client.rbs', line 535
def status: () -> ("COMPLETED" | "IN_PROGRESS" | "FAILED")
|