Class: Aws::AppSync::Types::GetApiCacheRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::GetApiCacheRequest
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Note:
When making an API call, you may pass GetApiCacheRequest data as a hash:
{
api_id: "String", # required
}
Represents the input of a GetApiCache
operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_id ⇒ String
The API ID.
Instance Attribute Details
#api_id ⇒ String
The API ID.
1863 1864 1865 1866 1867 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1863 class GetApiCacheRequest < Struct.new( :api_id) SENSITIVE = [] include Aws::Structure end |