Class: Aws::AppSync::Types::FlushApiCacheRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::FlushApiCacheRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Represents the input of a ‘FlushApiCache` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_id ⇒ String
The API ID.
Instance Attribute Details
#api_id ⇒ String
The API ID.
2279 2280 2281 2282 2283 |
# File 'lib/aws-sdk-appsync/types.rb', line 2279 class FlushApiCacheRequest < Struct.new( :api_id) SENSITIVE = [] include Aws::Structure end |