Class: Aws::Types::InfluxDBAction
- Inherits:
-
Object
- Object
- Aws::Types::InfluxDBAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_config ⇒ Types::InfluxDBBatchConfig
Returns the value of attribute batch_config.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
-
#organization ⇒ ::String
Returns the value of attribute organization.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#timestamp_unit ⇒ "s", ...
Returns the value of attribute timestamp_unit.
Instance Attribute Details
#batch_config ⇒ Types::InfluxDBBatchConfig
Returns the value of attribute batch_config.
2673 2674 2675 |
# File 'sig/types.rbs', line 2673 def batch_config @batch_config end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
2668 2669 2670 |
# File 'sig/types.rbs', line 2668 def database_name @database_name end |
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
2666 2667 2668 |
# File 'sig/types.rbs', line 2666 def destination_arn @destination_arn end |
#organization ⇒ ::String
Returns the value of attribute organization.
2670 2671 2672 |
# File 'sig/types.rbs', line 2670 def organization @organization end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2667 2668 2669 |
# File 'sig/types.rbs', line 2667 def role_arn @role_arn end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
2669 2670 2671 |
# File 'sig/types.rbs', line 2669 def table_name @table_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2671 2672 2673 |
# File 'sig/types.rbs', line 2671 def @tags end |
#timestamp_unit ⇒ "s", ...
Returns the value of attribute timestamp_unit.
2672 2673 2674 |
# File 'sig/types.rbs', line 2672 def @timestamp_unit end |