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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appsync/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:



4439
4440
4441
4442
4443
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4439

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