Class: Aws::Types::PublishMetricsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#environment_name ⇒ ::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


235
236
237
# File 'sig/types.rbs', line 235

def environment_name
  @environment_name
end

#metric_data ⇒ ::Array[Types::MetricDatum]

Returns the value of attribute metric_data.

Returns:



236
237
238
# File 'sig/types.rbs', line 236

def metric_data
  @metric_data
end