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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2119
2120
2121
# File 'sig/types.rbs', line 2119

def time_series_id
  @time_series_id
end

#trim_settingsTypes::EnrichmentTrimSettings

Returns the value of attribute trim_settings.



2121
2122
2123
# File 'sig/types.rbs', line 2121

def trim_settings
  @trim_settings
end