class Aws::APIGateway::Types::GetStagesRequest

Requests API Gateway to get information about one or more Stage resources.

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

data as a hash:

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

@!attribute [rw] rest_api_id

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

@!attribute [rw] deployment_id

The stages' deployment identifiers.
@return [String]

Constants

SENSITIVE