Class: Aws::Types::ConnectorRuntimeSetting

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connector_supplied_value_options::Array[::String]

Returns the value of attribute connector_supplied_value_options.

Returns:

  • (::Array[::String])


294
295
296
# File 'sig/types.rbs', line 294

def connector_supplied_value_options
  @connector_supplied_value_options
end

#data_type::String

Returns the value of attribute data_type.

Returns:

  • (::String)


289
290
291
# File 'sig/types.rbs', line 289

def data_type
  @data_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


292
293
294
# File 'sig/types.rbs', line 292

def description
  @description
end

#is_requiredBoolean

Returns the value of attribute is_required.

Returns:

  • (Boolean)


290
291
292
# File 'sig/types.rbs', line 290

def is_required
  @is_required
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


288
289
290
# File 'sig/types.rbs', line 288

def key
  @key
end

#label::String

Returns the value of attribute label.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def label
  @label
end

#scope::String

Returns the value of attribute scope.

Returns:

  • (::String)


293
294
295
# File 'sig/types.rbs', line 293

def scope
  @scope
end