Class: Aws::IoT::Types::PutItemInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::PutItemInput
- 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
-
#table_name ⇒ String
The table where the message data will be written.
Instance Attribute Details
#table_name ⇒ String
The table where the message data will be written.
11860 11861 11862 11863 11864 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11860 class PutItemInput < Struct.new( :table_name) SENSITIVE = [] include Aws::Structure end |