Class: Aws::Types::PredefinedAttributeValues
- Inherits:
-
Object
- Object
- Aws::Types::PredefinedAttributeValues
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: StringList, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#string_list ⇒ ::Array[::String]
Returns the value of attribute string_list.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#string_list ⇒ ::Array[::String]
Returns the value of attribute string_list.
6113 6114 6115 |
# File 'sig/types.rbs', line 6113 def string_list @string_list end |
#unknown ⇒ Object
Returns the value of attribute unknown.
6114 6115 6116 |
# File 'sig/types.rbs', line 6114 def unknown @unknown end |