Class: Aws::Types::AnomalyObject

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#observationsTypes::Observations

Returns the value of attribute observations.

Returns:



164
165
166
# File 'sig/types.rbs', line 164

def observations
  @observations
end

#profile_subtype"FREQUENT", ...

Returns the value of attribute profile_subtype.

Returns:

  • ("FREQUENT", "INFREQUENT", "UNSEEN", "RARE", "COUNT", "AVERAGE")


163
164
165
# File 'sig/types.rbs', line 163

def profile_subtype
  @profile_subtype
end

#profile_type"FREQUENCY", "VOLUME"

Returns the value of attribute profile_type.

Returns:

  • ("FREQUENCY", "VOLUME")


162
163
164
# File 'sig/types.rbs', line 162

def profile_type
  @profile_type
end