Class: Aws::AppSync::Types::GetApiCacheResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb

Overview

Represents the output of a GetApiCache operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_cacheTypes::ApiCache

The ApiCache object.

Returns:



2417
2418
2419
2420
2421
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2417

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