Class: Aws::Types::ObjectAttributeRange
- Inherits:
-
Object
- Object
- Aws::Types::ObjectAttributeRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_key ⇒ Types::AttributeKey
Returns the value of attribute attribute_key.
-
#range ⇒ Types::TypedAttributeValueRange
Returns the value of attribute range.
Instance Attribute Details
#attribute_key ⇒ Types::AttributeKey
Returns the value of attribute attribute_key.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def attribute_key @attribute_key end |
#range ⇒ Types::TypedAttributeValueRange
Returns the value of attribute range.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def range @range end |