Class: Aws::APIGateway::Types::GetRestApiRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::GetRestApiRequest
- 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.
Instance Attribute Summary collapse
-
#rest_api_id ⇒ String
The identifier of the RestApi resource.
Instance Attribute Details
#rest_api_id ⇒ String
The identifier of the RestApi resource.
3707 3708 3709 3710 |
# File 'lib/aws-sdk-apigateway/types.rb', line 3707 class GetRestApiRequest < Struct.new( :rest_api_id) include Aws::Structure end |