Class: Aws::APIGateway::Types::GetStagesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::GetStagesRequest
- 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
-
#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.
2975 2976 2977 2978 2979 2980 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2975 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.
2975 2976 2977 2978 2979 2980 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2975 class GetStagesRequest < Struct.new( :rest_api_id, :deployment_id) SENSITIVE = [] include Aws::Structure end |