Class: Aws::Types::SaaSTable

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_arn::String

Returns the value of attribute data_source_arn.

Returns:

  • (::String)


9577
9578
9579
# File 'sig/types.rbs', line 9577

def data_source_arn
  @data_source_arn
end

#input_columns::Array[Types::InputColumn]

Returns the value of attribute input_columns.

Returns:



9579
9580
9581
# File 'sig/types.rbs', line 9579

def input_columns
  @input_columns
end

#table_path::Array[Types::TablePathElement]

Returns the value of attribute table_path.

Returns:



9578
9579
9580
# File 'sig/types.rbs', line 9578

def table_path
  @table_path
end