Class: Aws::AppSync::Types::UpdateApiCacheResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#api_cacheTypes::ApiCache

The ‘ApiCache` object.

Returns:



4993
4994
4995
4996
4997
# File 'lib/aws-sdk-appsync/types.rb', line 4993

class UpdateApiCacheResponse < Struct.new(
  :api_cache)
  SENSITIVE = []
  include Aws::Structure
end