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.
6272 6273 6274 |
# File 'sig/types.rbs', line 6272 def string_list @string_list end |
#unknown ⇒ Object
Returns the value of attribute unknown.
6273 6274 6275 |
# File 'sig/types.rbs', line 6273 def unknown @unknown end |