Class: Aws::APIGateway::Types::GetStagesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::GetStagesRequest
- Includes:
- Structure
- Defined in:
- 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
-
#deployment_id ⇒ String
The stages’ deployment identifiers.
-
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
Instance Attribute Details
#deployment_id ⇒ String
The stages’ deployment identifiers.
3163 3164 3165 3166 3167 3168 |
# File 'lib/aws-sdk-apigateway/types.rb', line 3163 class GetStagesRequest < Struct.new( :rest_api_id, :deployment_id) SENSITIVE = [] include Aws::Structure end |
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
3163 3164 3165 3166 3167 3168 |
# File 'lib/aws-sdk-apigateway/types.rb', line 3163 class GetStagesRequest < Struct.new( :rest_api_id, :deployment_id) SENSITIVE = [] include Aws::Structure end |