Class: Aws::AppSync::Types::GetApiCacheRequest

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

Overview

Represents the input of a ‘GetApiCache` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_idString

The API ID.

Returns:

  • (String)


2403
2404
2405
2406
2407
# File 'lib/aws-sdk-appsync/types.rb', line 2403

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