Class: Aws::Types::EventDetection
- Inherits:
-
Object
- Object
- Aws::Types::EventDetection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
-
#property_alias ⇒ ::String
Returns the value of attribute property_alias.
-
#time_series_id ⇒ ::String
Returns the value of attribute time_series_id.
-
#trim_settings ⇒ Types::EnrichmentTrimSettings
Returns the value of attribute trim_settings.
Instance Attribute Details
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
2118 2119 2120 |
# File 'sig/types.rbs', line 2118 def dataset_id @dataset_id end |
#property_alias ⇒ ::String
Returns the value of attribute property_alias.
2120 2121 2122 |
# File 'sig/types.rbs', line 2120 def property_alias @property_alias end |
#time_series_id ⇒ ::String
Returns the value of attribute time_series_id.
2119 2120 2121 |
# File 'sig/types.rbs', line 2119 def time_series_id @time_series_id end |
#trim_settings ⇒ Types::EnrichmentTrimSettings
Returns the value of attribute trim_settings.
2121 2122 2123 |
# File 'sig/types.rbs', line 2121 def trim_settings @trim_settings end |