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

Class: Aws::APIGateway::Types::GetStagesRequest

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

Overview

Note:

When passing GetStagesRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_idString

The stages\' deployment identifiers.

Returns:

  • (String)

    The stages\' deployment identifiers.

#rest_api_idString

[Required] The string identifier of the associated RestApi.

Returns:

  • (String)

    [Required] The string identifier of the associated RestApi.