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.
3226 3227 3228 |
# File 'sig/types.rbs', line 3226 def attribute @attribute end |
#measurement ⇒ Types::Measurement
Returns the value of attribute measurement.
3227 3228 3229 |
# File 'sig/types.rbs', line 3227 def measurement @measurement end |
#metric ⇒ Types::Metric
Returns the value of attribute metric.
3229 3230 3231 |
# File 'sig/types.rbs', line 3229 def metric @metric end |
#transform ⇒ Types::Transform
Returns the value of attribute transform.
3228 3229 3230 |
# File 'sig/types.rbs', line 3228 def transform @transform end |