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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigateway/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)


2737
2738
2739
2740
2741
2742
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2737

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)


2737
2738
2739
2740
2741
2742
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2737

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