Class: Aws::Types::CloudwatchMetricAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


597
598
599
# File 'sig/types.rbs', line 597

def metric_name
  @metric_name
end

#metric_namespace::String

Returns the value of attribute metric_namespace.

Returns:

  • (::String)


596
597
598
# File 'sig/types.rbs', line 596

def metric_namespace
  @metric_namespace
end

#metric_timestamp::String

Returns the value of attribute metric_timestamp.

Returns:

  • (::String)


600
601
602
# File 'sig/types.rbs', line 600

def metric_timestamp
  @metric_timestamp
end

#metric_unit::String

Returns the value of attribute metric_unit.

Returns:

  • (::String)


599
600
601
# File 'sig/types.rbs', line 599

def metric_unit
  @metric_unit
end

#metric_value::String

Returns the value of attribute metric_value.

Returns:

  • (::String)


598
599
600
# File 'sig/types.rbs', line 598

def metric_value
  @metric_value
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


595
596
597
# File 'sig/types.rbs', line 595

def role_arn
  @role_arn
end