Class: Aws::APIGateway::Types::GetGatewayResponseRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#response_typeString

The response type of the associated GatewayResponse.

Returns:

  • (String)


2784
2785
2786
2787
2788
2789
# File 'lib/aws-sdk-apigateway/types.rb', line 2784

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

#rest_api_idString

The string identifier of the associated RestApi.

Returns:

  • (String)


2784
2785
2786
2787
2788
2789
# File 'lib/aws-sdk-apigateway/types.rb', line 2784

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