Class: Aws::Types::Variable
- Inherits:
-
Object
- Object
- Aws::Types::Variable
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::String
Returns the value of attribute created_time.
-
#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.
-
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#variable_type ⇒ ::String
Returns the value of attribute variable_type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1460 1461 1462 |
# File 'sig/types.rbs', line 1460 def arn @arn end |
#created_time ⇒ ::String
Returns the value of attribute created_time.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def created_time @created_time end |
#data_source ⇒ "EVENT", ...
Returns the value of attribute data_source.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def data_source @data_source end |
#data_type ⇒ "STRING", ...
Returns the value of attribute data_type.
1453 1454 1455 |
# File 'sig/types.rbs', line 1453 def data_type @data_type end |
#default_value ⇒ ::String
Returns the value of attribute default_value.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def default_value @default_value end |
#description ⇒ ::String
Returns the value of attribute description.
1456 1457 1458 |
# File 'sig/types.rbs', line 1456 def description @description end |
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
1458 1459 1460 |
# File 'sig/types.rbs', line 1458 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
1452 1453 1454 |
# File 'sig/types.rbs', line 1452 def name @name end |
#variable_type ⇒ ::String
Returns the value of attribute variable_type.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def variable_type @variable_type end |