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.
2108 2109 2110 |
# File 'sig/types.rbs', line 2108 def dataset_id @dataset_id end |
#property_alias ⇒ ::String
Returns the value of attribute property_alias.
2110 2111 2112 |
# File 'sig/types.rbs', line 2110 def property_alias @property_alias end |
#time_series_id ⇒ ::String
Returns the value of attribute time_series_id.
2109 2110 2111 |
# File 'sig/types.rbs', line 2109 def time_series_id @time_series_id end |
#trim_settings ⇒ Types::EnrichmentTrimSettings
Returns the value of attribute trim_settings.
2111 2112 2113 |
# File 'sig/types.rbs', line 2111 def trim_settings @trim_settings end |