Class: Aws::Types::DataSourceIntrospectionModel

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fields::Array[Types::DataSourceIntrospectionModelField]

Returns the value of attribute fields.



410
411
412
# File 'sig/types.rbs', line 410

def fields
  @fields
end

#indexes::Array[Types::DataSourceIntrospectionModelIndex]

Returns the value of attribute indexes.



412
413
414
# File 'sig/types.rbs', line 412

def indexes
  @indexes
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


409
410
411
# File 'sig/types.rbs', line 409

def name
  @name
end

#primary_keyTypes::DataSourceIntrospectionModelIndex

Returns the value of attribute primary_key.



411
412
413
# File 'sig/types.rbs', line 411

def primary_key
  @primary_key
end

#sdl::String

Returns the value of attribute sdl.

Returns:

  • (::String)


413
414
415
# File 'sig/types.rbs', line 413

def sdl
  @sdl
end