Module: Aws::ApiGatewayV2::Client::_GetDeploymentResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#auto_deployedBoolean

Returns:

  • (Boolean)


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

def auto_deployed: () -> bool

#created_date::Time

Returns:

  • (::Time)


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

def created_date: () -> ::Time

#deployment_id::String

Returns:

  • (::String)


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

def deployment_id: () -> ::String

#deployment_status"PENDING", ...

Returns:

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


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

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

#deployment_status_message::String

Returns:

  • (::String)


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

def deployment_status_message: () -> ::String

#description::String

Returns:

  • (::String)


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

def description: () -> ::String