Class: Aws::Types::RelationalTable

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog::String

Returns the value of attribute catalog.

Returns:

  • (::String)


9409
9410
9411
# File 'sig/types.rbs', line 9409

def catalog
  @catalog
end

#data_source_arn::String

Returns the value of attribute data_source_arn.

Returns:

  • (::String)


9408
9409
9410
# File 'sig/types.rbs', line 9408

def data_source_arn
  @data_source_arn
end

#input_columns::Array[Types::InputColumn]

Returns the value of attribute input_columns.

Returns:



9412
9413
9414
# File 'sig/types.rbs', line 9412

def input_columns
  @input_columns
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9411
9412
9413
# File 'sig/types.rbs', line 9411

def name
  @name
end

#schema::String

Returns the value of attribute schema.

Returns:

  • (::String)


9410
9411
9412
# File 'sig/types.rbs', line 9410

def schema
  @schema
end