Class: Aws::APIGateway::Types::GetRestApiRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb

Overview

The GET request to list an existing RestApi defined for your collection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rest_api_idString

The string identifier of the associated RestApi.

Returns:

  • (String)


2857
2858
2859
2860
2861
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2857

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