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