Class: Aws::Types::PrimaryAttributeValue
- Inherits:
-
Object
- Object
- Aws::Types::PrimaryAttributeValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_type ⇒ "ALLOW"
Returns the value of attribute access_type.
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#access_type ⇒ "ALLOW"
Returns the value of attribute access_type.
6492 6493 6494 |
# File 'sig/types.rbs', line 6492 def access_type @access_type end |
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
6493 6494 6495 |
# File 'sig/types.rbs', line 6493 def attribute_name @attribute_name end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
6494 6495 6496 |
# File 'sig/types.rbs', line 6494 def values @values end |