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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_idString

The stages' deployment identifiers.

Returns:

  • (String)


2974
2975
2976
2977
2978
2979
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2974

class GetStagesRequest < Struct.new(
  :rest_api_id,
  :deployment_id)
  SENSITIVE = []
  include Aws::Structure
end

#rest_api_idString

The string identifier of the associated RestApi.

Returns:

  • (String)


2974
2975
2976
2977
2978
2979
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2974

class GetStagesRequest < Struct.new(
  :rest_api_id,
  :deployment_id)
  SENSITIVE = []
  include Aws::Structure
end