Class: Aws::Types::ConnectorEntityField

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_properties::Hash[::String, ::String]

Returns the value of attribute custom_properties.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def default_value
  @default_value
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def description
  @description
end

#destination_propertiesTypes::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.

Returns:

  • (::String)


148
149
150
# File 'sig/types.rbs', line 148

def identifier
  @identifier
end

#is_deprecatedBoolean

Returns the value of attribute is_deprecated.

Returns:

  • (Boolean)


153
154
155
# File 'sig/types.rbs', line 153

def is_deprecated
  @is_deprecated
end

#is_primary_keyBoolean

Returns the value of attribute is_primary_key.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


150
151
152
# File 'sig/types.rbs', line 150

def label
  @label
end

#parent_identifier::String

Returns the value of attribute parent_identifier.

Returns:

  • (::String)


149
150
151
# File 'sig/types.rbs', line 149

def parent_identifier
  @parent_identifier
end

#source_propertiesTypes::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_detailsTypes::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