Class: Aws::Types::TimestreamAction
- Inherits:
-
Object
- Object
- Aws::Types::TimestreamAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#dimensions ⇒ ::Array[Types::TimestreamDimension]
Returns the value of attribute dimensions.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#timestamp ⇒ Types::TimestreamTimestamp
Returns the value of attribute timestamp.
Instance Attribute Details
#database_name ⇒ ::String
Returns the value of attribute database_name.
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.
4867 4868 4869 |
# File 'sig/types.rbs', line 4867 def dimensions @dimensions end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
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.
4866 4867 4868 |
# File 'sig/types.rbs', line 4866 def table_name @table_name end |
#timestamp ⇒ Types::TimestreamTimestamp
Returns the value of attribute timestamp.
4868 4869 4870 |
# File 'sig/types.rbs', line 4868 def @timestamp end |