Class: Aws::Types::CreateListRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateListRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#elements ⇒ ::Array[::String]
Returns the value of attribute elements.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#variable_type ⇒ ::String
Returns the value of attribute variable_type.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
206 207 208 |
# File 'sig/types.rbs', line 206 def description @description end |
#elements ⇒ ::Array[::String]
Returns the value of attribute elements.
204 205 206 |
# File 'sig/types.rbs', line 204 def elements @elements end |
#name ⇒ ::String
Returns the value of attribute name.
203 204 205 |
# File 'sig/types.rbs', line 203 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
207 208 209 |
# File 'sig/types.rbs', line 207 def @tags end |
#variable_type ⇒ ::String
Returns the value of attribute variable_type.
205 206 207 |
# File 'sig/types.rbs', line 205 def variable_type @variable_type end |