Class: Aws::Types::PropertyType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributeTypes::Attribute

Returns the value of attribute attribute.

Returns:



3226
3227
3228
# File 'sig/types.rbs', line 3226

def attribute
  @attribute
end

#measurementTypes::Measurement

Returns the value of attribute measurement.

Returns:



3227
3228
3229
# File 'sig/types.rbs', line 3227

def measurement
  @measurement
end

#metricTypes::Metric

Returns the value of attribute metric.

Returns:



3229
3230
3231
# File 'sig/types.rbs', line 3229

def metric
  @metric
end

#transformTypes::Transform

Returns the value of attribute transform.

Returns:



3228
3229
3230
# File 'sig/types.rbs', line 3228

def transform
  @transform
end