Class: Aws::Types::AttributeDetails
- Inherits:
-
Object
- Object
- Aws::Types::AttributeDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Array[Types::AttributeItem]
Returns the value of attribute attributes.
-
#expression ⇒ ::String
Returns the value of attribute expression.
Instance Attribute Details
#attributes ⇒ ::Array[Types::AttributeItem]
Returns the value of attribute attributes.
110 111 112 |
# File 'sig/types.rbs', line 110 def attributes @attributes end |
#expression ⇒ ::String
Returns the value of attribute expression.
111 112 113 |
# File 'sig/types.rbs', line 111 def expression @expression end |