Class: Aws::AppSync::Types::FlushApiCacheRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::FlushApiCacheRequest
- Defined in:
- gems/aws-sdk-appsync/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.
2684 2685 2686 2687 2688 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2684 class FlushApiCacheRequest < Struct.new( :api_id) SENSITIVE = [] include Aws::Structure end |