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:



3260
3261
3262
# File 'sig/types.rbs', line 3260

def attribute
  @attribute
end

#measurementTypes::Measurement

Returns the value of attribute measurement.

Returns:



3261
3262
3263
# File 'sig/types.rbs', line 3261

def measurement
  @measurement
end

#metricTypes::Metric

Returns the value of attribute metric.

Returns:



3263
3264
3265
# File 'sig/types.rbs', line 3263

def metric
  @metric
end

#transformTypes::Transform

Returns the value of attribute transform.

Returns:



3262
3263
3264
# File 'sig/types.rbs', line 3262

def transform
  @transform
end