Class: Aws::AppSync::Types::CreateApiCacheResponse

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

Overview

Represents the output of a CreateApiCache operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_cacheTypes::ApiCache

The ApiCache object.

Returns:



787
788
789
790
791
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 787

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