Class: Aws::Types::CreateVariableRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVariableRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source ⇒ "EVENT", ...
Returns the value of attribute data_source.
-
#data_type ⇒ "STRING", ...
Returns the value of attribute data_type.
-
#default_value ⇒ ::String
Returns the value of attribute default_value.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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
#data_source ⇒ "EVENT", ...
Returns the value of attribute data_source.
264 265 266 |
# File 'sig/types.rbs', line 264 def data_source @data_source end |
#data_type ⇒ "STRING", ...
Returns the value of attribute data_type.
263 264 265 |
# File 'sig/types.rbs', line 263 def data_type @data_type end |
#default_value ⇒ ::String
Returns the value of attribute default_value.
265 266 267 |
# File 'sig/types.rbs', line 265 def default_value @default_value end |
#description ⇒ ::String
Returns the value of attribute description.
266 267 268 |
# File 'sig/types.rbs', line 266 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
262 263 264 |
# File 'sig/types.rbs', line 262 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
268 269 270 |
# File 'sig/types.rbs', line 268 def @tags end |
#variable_type ⇒ ::String
Returns the value of attribute variable_type.
267 268 269 |
# File 'sig/types.rbs', line 267 def variable_type @variable_type end |