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.
1208 1209 1210 |
# File 'sig/types.rbs', line 1208 def allowed_values @allowed_values end |
#default_value ⇒ ::String
Returns the value of attribute default_value.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def default_value @default_value end |
#format ⇒ ::String
Returns the value of attribute format.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def format @format end |
#key_override ⇒ ::String
Returns the value of attribute key_override.
1205 1206 1207 |
# File 'sig/types.rbs', line 1205 def key_override @key_override end |
#name ⇒ ::String
Returns the value of attribute name.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def name @name end |
#property_location ⇒ "HEADER", ...
Returns the value of attribute property_location.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def property_location @property_location end |
#property_type ⇒ "USER_INPUT", ...
Returns the value of attribute property_type.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def property_type @property_type end |
#required ⇒ Boolean
Returns the value of attribute required.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def required @required end |