class Aws::APIGateway::Types::GetStageRequest

Requests API Gateway to get information about a Stage resource.

@note When making an API call, you may pass GetStageRequest

data as a hash:

    {
      rest_api_id: "String", # required
      stage_name: "String", # required
    }

@!attribute [rw] rest_api_id

\[Required\] The string identifier of the associated RestApi.
@return [String]

@!attribute [rw] stage_name

\[Required\] The name of the Stage resource to get information
about.
@return [String]

Constants

SENSITIVE