Class: Aws::AppSync::Types::DeleteApiCacheRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::DeleteApiCacheRequest
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Represents the input of a DeleteApiCache
operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_id ⇒ String
The API ID.
Instance Attribute Details
#api_id ⇒ String
The API ID.
1937 1938 1939 1940 1941 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1937 class DeleteApiCacheRequest < Struct.new( :api_id) SENSITIVE = [] include Aws::Structure end |