Module: Aws::ApiGatewayV2::Client::_UpdateDeploymentResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#auto_deployedBoolean

Returns:

  • (Boolean)


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

def auto_deployed: () -> bool

#created_date::Time

Returns:

  • (::Time)


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

def created_date: () -> ::Time

#deployment_id::String

Returns:

  • (::String)


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

def deployment_id: () -> ::String

#deployment_status"PENDING", ...

Returns:

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


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

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

#deployment_status_message::String

Returns:

  • (::String)


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

def deployment_status_message: () -> ::String

#description::String

Returns:

  • (::String)


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

def description: () -> ::String