Class: Aws::Types::DataSourceIntrospectionModelField

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#length::Integer

Returns the value of attribute length.

Returns:



420
421
422
# File 'sig/types.rbs', line 420

def length
  @length
end

#name::String

Returns the value of attribute name.

Returns:



418
419
420
# File 'sig/types.rbs', line 418

def name
  @name
end

#typeTypes::DataSourceIntrospectionModelFieldType

Returns the value of attribute type.

Returns:



419
420
421
# File 'sig/types.rbs', line 419

def type
  @type
end