Class: Aws::Types::DataSourceIntrospectionModelFieldType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#kind::String

Returns the value of attribute kind.

Returns:

  • (::String)


425
426
427
# File 'sig/types.rbs', line 425

def kind
  @kind
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


426
427
428
# File 'sig/types.rbs', line 426

def name
  @name
end

#typeTypes::DataSourceIntrospectionModelFieldType

Returns the value of attribute type.



427
428
429
# File 'sig/types.rbs', line 427

def type
  @type
end

#values::Array[::String]

Returns the value of attribute values.

Returns:

  • (::Array[::String])


428
429
430
# File 'sig/types.rbs', line 428

def values
  @values
end