Class: Aws::AppSync::Types::FlushApiCacheRequest

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

Overview

Represents the input of a FlushApiCache operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_idString

The API ID.

Returns:

  • (String)


2279
2280
2281
2282
2283
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2279

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