Class: Aws::Types::TypedLinkAttributeRange
- Inherits:
-
Object
- Object
- Aws::Types::TypedLinkAttributeRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#range ⇒ Types::TypedAttributeValueRange
Returns the value of attribute range.
Instance Attribute Details
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def attribute_name @attribute_name end |
#range ⇒ Types::TypedAttributeValueRange
Returns the value of attribute range.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def range @range end |