Class: Aws::Types::ConnectorRuntimeSetting
- Inherits:
-
Object
- Object
- Aws::Types::ConnectorRuntimeSetting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_supplied_value_options ⇒ ::Array[::String]
Returns the value of attribute connector_supplied_value_options.
-
#data_type ⇒ ::String
Returns the value of attribute data_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#is_required ⇒ Boolean
Returns the value of attribute is_required.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#label ⇒ ::String
Returns the value of attribute label.
-
#scope ⇒ ::String
Returns the value of attribute scope.
Instance Attribute Details
#connector_supplied_value_options ⇒ ::Array[::String]
Returns the value of attribute connector_supplied_value_options.
294 295 296 |
# File 'sig/types.rbs', line 294 def @connector_supplied_value_options end |
#data_type ⇒ ::String
Returns the value of attribute data_type.
289 290 291 |
# File 'sig/types.rbs', line 289 def data_type @data_type end |
#description ⇒ ::String
Returns the value of attribute description.
292 293 294 |
# File 'sig/types.rbs', line 292 def description @description end |
#is_required ⇒ Boolean
Returns the value of attribute is_required.
290 291 292 |
# File 'sig/types.rbs', line 290 def is_required @is_required end |
#key ⇒ ::String
Returns the value of attribute key.
288 289 290 |
# File 'sig/types.rbs', line 288 def key @key end |
#label ⇒ ::String
Returns the value of attribute label.
291 292 293 |
# File 'sig/types.rbs', line 291 def label @label end |
#scope ⇒ ::String
Returns the value of attribute scope.
293 294 295 |
# File 'sig/types.rbs', line 293 def scope @scope end |