Class: Aws::BCMDataExports::Types::GetTableRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#table_nameString

The name of the table.

Returns:

  • (String)


365
366
367
368
369
370
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 365

class GetTableRequest < Struct.new(
  :table_name,
  :table_properties)
  SENSITIVE = []
  include Aws::Structure
end

#table_propertiesHash<String,String>

TableProperties are additional configurations you can provide to change the data and schema of a table. Each table can have different TableProperties. Tables are not required to have any TableProperties. Each table property has a default value that it assumes if not specified.

Returns:

  • (Hash<String,String>)


365
366
367
368
369
370
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 365

class GetTableRequest < Struct.new(
  :table_name,
  :table_properties)
  SENSITIVE = []
  include Aws::Structure
end