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)


9945
9946
9947
# File 'sig/types.rbs', line 9945

def data_source_arn
  @data_source_arn
end

#input_columns::Array[Types::InputColumn]

Returns the value of attribute input_columns.

Returns:



9947
9948
9949
# File 'sig/types.rbs', line 9947

def input_columns
  @input_columns
end

#table_path::Array[Types::TablePathElement]

Returns the value of attribute table_path.

Returns:



9946
9947
9948
# File 'sig/types.rbs', line 9946

def table_path
  @table_path
end