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

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

Overview

Note:

When making an API call, you may pass GetRestApiRequest data as a hash:

{
  rest_api_id: "String", # required
}

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

[Required] The string identifier of the associated RestApi.

Returns:

  • (String)


4057
4058
4059
4060
4061
# File 'lib/aws-sdk-apigateway/types.rb', line 4057

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