Class: Aws::Types::PropertyType
- Inherits:
-
Object
- Object
- Aws::Types::PropertyType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute ⇒ Types::Attribute
Returns the value of attribute attribute.
-
#measurement ⇒ Types::Measurement
Returns the value of attribute measurement.
-
#metric ⇒ Types::Metric
Returns the value of attribute metric.
-
#transform ⇒ Types::Transform
Returns the value of attribute transform.
Instance Attribute Details
#attribute ⇒ Types::Attribute
Returns the value of attribute attribute.
3260 3261 3262 |
# File 'sig/types.rbs', line 3260 def attribute @attribute end |
#measurement ⇒ Types::Measurement
Returns the value of attribute measurement.
3261 3262 3263 |
# File 'sig/types.rbs', line 3261 def measurement @measurement end |
#metric ⇒ Types::Metric
Returns the value of attribute metric.
3263 3264 3265 |
# File 'sig/types.rbs', line 3263 def metric @metric end |
#transform ⇒ Types::Transform
Returns the value of attribute transform.
3262 3263 3264 |
# File 'sig/types.rbs', line 3262 def transform @transform end |