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)


10393
10394
10395
# File 'sig/types.rbs', line 10393

def alias
  @alias
end

#destination_table_id::String

Returns the value of attribute destination_table_id.

Returns:

  • (::String)


10394
10395
10396
# File 'sig/types.rbs', line 10394

def destination_table_id
  @destination_table_id
end

#row_level_permission_configurationTypes::RowLevelPermissionConfiguration

Returns the value of attribute row_level_permission_configuration.



10395
10396
10397
# File 'sig/types.rbs', line 10395

def row_level_permission_configuration
  @row_level_permission_configuration
end

#semantic_metadataTypes::TableSemanticMetadata

Returns the value of attribute semantic_metadata.



10396
10397
10398
# File 'sig/types.rbs', line 10396

def 
  @semantic_metadata
end