Class: Aws::Types::PutMetricDataInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#entity_metric_data::Array[Types::EntityMetricData]

Returns the value of attribute entity_metric_data.

Returns:



1012
1013
1014
# File 'sig/types.rbs', line 1012

def entity_metric_data
  @entity_metric_data
end

#metric_data::Array[Types::MetricDatum]

Returns the value of attribute metric_data.

Returns:



1011
1012
1013
# File 'sig/types.rbs', line 1011

def metric_data
  @metric_data
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


1010
1011
1012
# File 'sig/types.rbs', line 1010

def namespace
  @namespace
end

#strict_entity_validationBoolean

Returns the value of attribute strict_entity_validation.

Returns:

  • (Boolean)


1013
1014
1015
# File 'sig/types.rbs', line 1013

def strict_entity_validation
  @strict_entity_validation
end