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.
6267 6268 6269 |
# File 'sig/types.rbs', line 6267 def string_list @string_list end |
#unknown ⇒ Object
Returns the value of attribute unknown.
6268 6269 6270 |
# File 'sig/types.rbs', line 6268 def unknown @unknown end |