Class: Aws::APIGateway::Types::GetGatewayResponseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::GetGatewayResponseRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Gets a GatewayResponse of a specified response type on the given RestApi.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#response_type ⇒ String
The response type of the associated GatewayResponse.
-
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
Instance Attribute Details
#response_type ⇒ String
The response type of the associated GatewayResponse.
2549 2550 2551 2552 2553 2554 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2549 class GetGatewayResponseRequest < Struct.new( :rest_api_id, :response_type) SENSITIVE = [] include Aws::Structure end |
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
2549 2550 2551 2552 2553 2554 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2549 class GetGatewayResponseRequest < Struct.new( :rest_api_id, :response_type) SENSITIVE = [] include Aws::Structure end |