Class: Aws::IoT::Types::PutItemInput

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

Overview

The input for the DynamoActionVS action that specifies the DynamoDB table to which the message data will be written.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#table_nameString

The table where the message data will be written.

Returns:

  • (String)


12741
12742
12743
12744
12745
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12741

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