Class: Aws::Types::CreateMetricRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1628
1629
1630
# File 'sig/types.rbs', line 1628

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1629
1630
1631
# File 'sig/types.rbs', line 1629

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1623
1624
1625
# File 'sig/types.rbs', line 1623

def instance_id
  @instance_id
end

#metric_calculationTypes::MetricCalculation

Returns the value of attribute metric_calculation.



1625
1626
1627
# File 'sig/types.rbs', line 1625

def metric_calculation
  @metric_calculation
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1624
1625
1626
# File 'sig/types.rbs', line 1624

def name
  @name
end

#positive_trend_indicator"POSITIVE", ...

Returns the value of attribute positive_trend_indicator.

Returns:

  • ("POSITIVE", "NEGATIVE", "NEUTRAL")


1630
1631
1632
# File 'sig/types.rbs', line 1630

def positive_trend_indicator
  @positive_trend_indicator
end

#status"PUBLISHED", "SAVED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED", "SAVED")


1627
1628
1629
# File 'sig/types.rbs', line 1627

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1631
1632
1633
# File 'sig/types.rbs', line 1631

def tags
  @tags
end

#unit"INTEGER", ...

Returns the value of attribute unit.

Returns:

  • ("INTEGER", "DOUBLE", "PERCENT", "SECONDS")


1626
1627
1628
# File 'sig/types.rbs', line 1626

def unit
  @unit
end