Class: Aws::Types::TimestreamAction

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


4865
4866
4867
# File 'sig/types.rbs', line 4865

def database_name
  @database_name
end

#dimensions::Array[Types::TimestreamDimension]

Returns the value of attribute dimensions.

Returns:



4867
4868
4869
# File 'sig/types.rbs', line 4867

def dimensions
  @dimensions
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


4864
4865
4866
# File 'sig/types.rbs', line 4864

def role_arn
  @role_arn
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


4866
4867
4868
# File 'sig/types.rbs', line 4866

def table_name
  @table_name
end

#timestampTypes::TimestreamTimestamp

Returns the value of attribute timestamp.



4868
4869
4870
# File 'sig/types.rbs', line 4868

def timestamp
  @timestamp
end