Class: Aws::Types::ConnectorEntityField
- Inherits:
-
Object
- Object
- Aws::Types::ConnectorEntityField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute custom_properties.
-
#default_value ⇒ ::String
Returns the value of attribute default_value.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#destination_properties ⇒ Types::DestinationFieldProperties
Returns the value of attribute destination_properties.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#is_deprecated ⇒ Boolean
Returns the value of attribute is_deprecated.
-
#is_primary_key ⇒ Boolean
Returns the value of attribute is_primary_key.
-
#label ⇒ ::String
Returns the value of attribute label.
-
#parent_identifier ⇒ ::String
Returns the value of attribute parent_identifier.
-
#source_properties ⇒ Types::SourceFieldProperties
Returns the value of attribute source_properties.
-
#supported_field_type_details ⇒ Types::SupportedFieldTypeDetails
Returns the value of attribute supported_field_type_details.
Instance Attribute Details
#custom_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute custom_properties.
158 159 160 |
# File 'sig/types.rbs', line 158 def custom_properties @custom_properties end |
#default_value ⇒ ::String
Returns the value of attribute default_value.
152 153 154 |
# File 'sig/types.rbs', line 152 def default_value @default_value end |
#description ⇒ ::String
Returns the value of attribute description.
155 156 157 |
# File 'sig/types.rbs', line 155 def description @description end |
#destination_properties ⇒ Types::DestinationFieldProperties
Returns the value of attribute destination_properties.
157 158 159 |
# File 'sig/types.rbs', line 157 def destination_properties @destination_properties end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
148 149 150 |
# File 'sig/types.rbs', line 148 def identifier @identifier end |
#is_deprecated ⇒ Boolean
Returns the value of attribute is_deprecated.
153 154 155 |
# File 'sig/types.rbs', line 153 def is_deprecated @is_deprecated end |
#is_primary_key ⇒ Boolean
Returns the value of attribute is_primary_key.
151 152 153 |
# File 'sig/types.rbs', line 151 def is_primary_key @is_primary_key end |
#label ⇒ ::String
Returns the value of attribute label.
150 151 152 |
# File 'sig/types.rbs', line 150 def label @label end |
#parent_identifier ⇒ ::String
Returns the value of attribute parent_identifier.
149 150 151 |
# File 'sig/types.rbs', line 149 def parent_identifier @parent_identifier end |
#source_properties ⇒ Types::SourceFieldProperties
Returns the value of attribute source_properties.
156 157 158 |
# File 'sig/types.rbs', line 156 def source_properties @source_properties end |
#supported_field_type_details ⇒ Types::SupportedFieldTypeDetails
Returns the value of attribute supported_field_type_details.
154 155 156 |
# File 'sig/types.rbs', line 154 def supported_field_type_details @supported_field_type_details end |