Class: Aws::AppSync::Types::UpdateApiCacheResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::UpdateApiCacheResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Represents the output of a ‘UpdateApiCache` 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.
5137 5138 5139 5140 5141 |
# File 'lib/aws-sdk-appsync/types.rb', line 5137 class UpdateApiCacheResponse < Struct.new( :api_cache) SENSITIVE = [] include Aws::Structure end |