Class: Aws::Types::VariableEntry
- Inherits:
-
Object
- Object
- Aws::Types::VariableEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source ⇒ ::String
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.
-
#variable_type ⇒ ::String
Returns the value of attribute variable_type.
Instance Attribute Details
#data_source ⇒ ::String
Returns the value of attribute data_source.
1467 1468 1469 |
# File 'sig/types.rbs', line 1467 def data_source @data_source end |
#data_type ⇒ ::String
Returns the value of attribute data_type.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def data_type @data_type end |
#default_value ⇒ ::String
Returns the value of attribute default_value.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def default_value @default_value end |
#description ⇒ ::String
Returns the value of attribute description.
1469 1470 1471 |
# File 'sig/types.rbs', line 1469 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def name @name end |
#variable_type ⇒ ::String
Returns the value of attribute variable_type.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def variable_type @variable_type end |