Module: Aws::ApiGatewayV2::Client::_CreateDeploymentResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::CreateDeploymentResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#auto_deployedBoolean

Returns:

  • (Boolean)


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

def auto_deployed: () -> bool

#created_date::Time

Returns:

  • (::Time)


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

def created_date: () -> ::Time

#deployment_id::String

Returns:

  • (::String)


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

def deployment_id: () -> ::String

#deployment_status"PENDING", ...

Returns:

  • ("PENDING", "FAILED", "DEPLOYED")


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

def deployment_status: () -> ("PENDING" | "FAILED" | "DEPLOYED")

#deployment_status_message::String

Returns:

  • (::String)


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

def deployment_status_message: () -> ::String

#description::String

Returns:

  • (::String)


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

def description: () -> ::String