Class: Aws::Types::SemanticTable

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias::String

Returns the value of attribute alias.

Returns:

  • (::String)


10003
10004
10005
# File 'sig/types.rbs', line 10003

def alias
  @alias
end

#destination_table_id::String

Returns the value of attribute destination_table_id.

Returns:

  • (::String)


10004
10005
10006
# File 'sig/types.rbs', line 10004

def destination_table_id
  @destination_table_id
end

#row_level_permission_configurationTypes::RowLevelPermissionConfiguration

Returns the value of attribute row_level_permission_configuration.



10005
10006
10007
# File 'sig/types.rbs', line 10005

def row_level_permission_configuration
  @row_level_permission_configuration
end

#semantic_metadataTypes::TableSemanticMetadata

Returns the value of attribute semantic_metadata.



10006
10007
10008
# File 'sig/types.rbs', line 10006

def 
  @semantic_metadata
end