Class: Aws::Types::ConnectorProperty
- Inherits:
-
Object
- Object
- Aws::Types::ConnectorProperty
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_values ⇒ ::Array[::String]
Returns the value of attribute allowed_values.
-
#default_value ⇒ ::String
Returns the value of attribute default_value.
-
#format ⇒ ::String
Returns the value of attribute format.
-
#key_override ⇒ ::String
Returns the value of attribute key_override.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#property_location ⇒ "HEADER", ...
Returns the value of attribute property_location.
-
#property_type ⇒ "USER_INPUT", ...
Returns the value of attribute property_type.
-
#required ⇒ Boolean
Returns the value of attribute required.
Instance Attribute Details
#allowed_values ⇒ ::Array[::String]
Returns the value of attribute allowed_values.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def allowed_values @allowed_values end |
#default_value ⇒ ::String
Returns the value of attribute default_value.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def default_value @default_value end |
#format ⇒ ::String
Returns the value of attribute format.
1215 1216 1217 |
# File 'sig/types.rbs', line 1215 def format @format end |
#key_override ⇒ ::String
Returns the value of attribute key_override.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def key_override @key_override end |
#name ⇒ ::String
Returns the value of attribute name.
1208 1209 1210 |
# File 'sig/types.rbs', line 1208 def name @name end |
#property_location ⇒ "HEADER", ...
Returns the value of attribute property_location.
1213 1214 1215 |
# File 'sig/types.rbs', line 1213 def property_location @property_location end |
#property_type ⇒ "USER_INPUT", ...
Returns the value of attribute property_type.
1214 1215 1216 |
# File 'sig/types.rbs', line 1214 def property_type @property_type end |
#required ⇒ Boolean
Returns the value of attribute required.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def required @required end |