Class: Aws::BCMDataExports::Types::Table

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

Overview

The details for the data export table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description for the table.

Returns:

  • (String)


741
742
743
744
745
746
747
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 741

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

#table_nameString

The name of the table.

Returns:

  • (String)


741
742
743
744
745
746
747
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 741

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

#table_propertiesArray<Types::TablePropertyDescription>

The properties for the table.



741
742
743
744
745
746
747
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 741

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