Class: Aws::Types::EventDetection

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_id::String

Returns the value of attribute dataset_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2109
2110
2111
# File 'sig/types.rbs', line 2109

def time_series_id
  @time_series_id
end

#trim_settingsTypes::EnrichmentTrimSettings

Returns the value of attribute trim_settings.



2111
2112
2113
# File 'sig/types.rbs', line 2111

def trim_settings
  @trim_settings
end