You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ApiGatewayV2::Types::UpdateStageResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#access_log_settingsTypes::AccessLogSettings

Settings for logging access in a stage.

Returns:

#api_gateway_managedBoolean

Returns:

  • (Boolean)

#auto_deployBoolean

Returns:

  • (Boolean)

#client_certificate_idString

The identifier.

Returns:

  • (String)

    The identifier.

    .

#created_dateTime

Returns:

  • (Time)

#default_route_settingsTypes::RouteSettings

Represents a collection of route settings.

Returns:

#deployment_idString

The identifier.

Returns:

  • (String)

    The identifier.

    .

#descriptionString

A string with a length between [0-1024].

Returns:

  • (String)

    A string with a length between [0-1024].

    .

#last_deployment_status_messageString

Returns:

  • (String)

#last_updated_dateTime

Returns:

  • (Time)

#route_settingsHash<String,Types::RouteSettings>

The route settings map.

Returns:

#stage_nameString

A string with a length between [1-128].

Returns:

  • (String)

    A string with a length between [1-128].

    .

#stage_variablesHash<String,String>

The stage variable map.

Returns:

  • (Hash<String,String>)

    The stage variable map.

    .

#tagsHash<String,String>

Represents a collection of tags associated with the resource.

Returns:

  • (Hash<String,String>)

    Represents a collection of tags associated with the resource.

    .