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.
1742 1743 1744 |
# File 'sig/types.rbs', line 1742 def name @name end |
#type ⇒ "string", "stringList"
Returns the value of attribute type.
1744 1745 1746 |
# File 'sig/types.rbs', line 1744 def type @type end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
1743 1744 1745 |
# File 'sig/types.rbs', line 1743 def values @values end |