Class: Aws::Types::Behavior

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#criteriaTypes::BehaviorCriteria

Returns the value of attribute criteria.



389
390
391
# File 'sig/types.rbs', line 389

def criteria
  @criteria
end

#export_metricBoolean

Returns the value of attribute export_metric.

Returns:

  • (Boolean)


391
392
393
# File 'sig/types.rbs', line 391

def export_metric
  @export_metric
end

#metric::String

Returns the value of attribute metric.

Returns:

  • (::String)


387
388
389
# File 'sig/types.rbs', line 387

def metric
  @metric
end

#metric_dimensionTypes::MetricDimension

Returns the value of attribute metric_dimension.



388
389
390
# File 'sig/types.rbs', line 388

def metric_dimension
  @metric_dimension
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


386
387
388
# File 'sig/types.rbs', line 386

def name
  @name
end

#suppress_alertsBoolean

Returns the value of attribute suppress_alerts.

Returns:

  • (Boolean)


390
391
392
# File 'sig/types.rbs', line 390

def suppress_alerts
  @suppress_alerts
end