Class: Aws::AppSync::Types::GetApiCacheResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::GetApiCacheResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Represents the output of a ‘GetApiCache` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_cache ⇒ Types::ApiCache
The ‘ApiCache` object.
Instance Attribute Details
#api_cache ⇒ Types::ApiCache
The ‘ApiCache` object.
2822 2823 2824 2825 2826 |
# File 'lib/aws-sdk-appsync/types.rb', line 2822 class GetApiCacheResponse < Struct.new( :api_cache) SENSITIVE = [] include Aws::Structure end |