Class: Aws::Types::TimeSeriesConfig
- Inherits:
-
Object
- Object
- Aws::Types::TimeSeriesConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#grouping_attribute_names ⇒ ::Array[::String]
Returns the value of attribute grouping_attribute_names.
-
#item_identifier_attribute_name ⇒ ::String
Returns the value of attribute item_identifier_attribute_name.
-
#target_attribute_name ⇒ ::String
Returns the value of attribute target_attribute_name.
-
#timestamp_attribute_name ⇒ ::String
Returns the value of attribute timestamp_attribute_name.
Instance Attribute Details
#grouping_attribute_names ⇒ ::Array[::String]
Returns the value of attribute grouping_attribute_names.
11421 11422 11423 |
# File 'sig/types.rbs', line 11421 def grouping_attribute_names @grouping_attribute_names end |
#item_identifier_attribute_name ⇒ ::String
Returns the value of attribute item_identifier_attribute_name.
11420 11421 11422 |
# File 'sig/types.rbs', line 11420 def item_identifier_attribute_name @item_identifier_attribute_name end |
#target_attribute_name ⇒ ::String
Returns the value of attribute target_attribute_name.
11418 11419 11420 |
# File 'sig/types.rbs', line 11418 def target_attribute_name @target_attribute_name end |
#timestamp_attribute_name ⇒ ::String
Returns the value of attribute timestamp_attribute_name.
11419 11420 11421 |
# File 'sig/types.rbs', line 11419 def @timestamp_attribute_name end |