Method: Aws::IoT::Types::TimestreamAction#database_name

Defined in:
lib/aws-sdk-iot/types.rb

#database_nameString

The name of an Amazon Timestream database.

Returns:

  • (String)


16580
16581
16582
16583
16584
16585
16586
16587
16588
# File 'lib/aws-sdk-iot/types.rb', line 16580

class TimestreamAction < Struct.new(
  :role_arn,
  :database_name,
  :table_name,
  :dimensions,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end