Class: Aws::AppSync::Types::DeleteApiCacheRequest

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

Overview

Represents the input of a DeleteApiCache operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_idString

The API ID.

Returns:

  • (String)


1619
1620
1621
1622
1623
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1619

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