Class: Aws::Types::SingleMetricAnomalyDetector

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1096
1097
1098
# File 'sig/types.rbs', line 1096

def 
  @account_id
end

#dimensions::Array[Types::Dimension]

Returns the value of attribute dimensions.

Returns:



1099
1100
1101
# File 'sig/types.rbs', line 1099

def dimensions
  @dimensions
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


1098
1099
1100
# File 'sig/types.rbs', line 1098

def metric_name
  @metric_name
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


1097
1098
1099
# File 'sig/types.rbs', line 1097

def namespace
  @namespace
end

#stat::String

Returns the value of attribute stat.

Returns:

  • (::String)


1100
1101
1102
# File 'sig/types.rbs', line 1100

def stat
  @stat
end