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

Returns:

  • (::String)


153
# File 'sig/client.rbs', line 153

def project_arn: () -> ::String

#project_stage"DEVELOPMENT", "LIVE"

Returns:

  • ("DEVELOPMENT", "LIVE")


154
# File 'sig/client.rbs', line 154

def project_stage: () -> ("DEVELOPMENT" | "LIVE")

#status"COMPLETED", ...

Returns:

  • ("COMPLETED", "IN_PROGRESS", "FAILED")


155
# File 'sig/client.rbs', line 155

def status: () -> ("COMPLETED" | "IN_PROGRESS" | "FAILED")