Class: Aws::Types::PolicyParameter
- Inherits:
-
Object
- Object
- Aws::Types::PolicyParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "string", "stringList"
Returns the value of attribute type.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1795 1796 1797 |
# File 'sig/types.rbs', line 1795 def name @name end |
#type ⇒ "string", "stringList"
Returns the value of attribute type.
1797 1798 1799 |
# File 'sig/types.rbs', line 1797 def type @type end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
1796 1797 1798 |
# File 'sig/types.rbs', line 1796 def values @values end |