Class: Aws::BCMDataExports::Types::Table
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDataExports::Types::Table
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bcmdataexports/types.rb
Overview
The details for the data export table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description for the table.
-
#table_name ⇒ String
The name of the table.
-
#table_properties ⇒ Array<Types::TablePropertyDescription>
The properties for the table.
Instance Attribute Details
#description ⇒ String
The description for the table.
741 742 743 744 745 746 747 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 741 class Table < Struct.new( :description, :table_name, :table_properties) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table.
741 742 743 744 745 746 747 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 741 class Table < Struct.new( :description, :table_name, :table_properties) SENSITIVE = [] include Aws::Structure end |
#table_properties ⇒ Array<Types::TablePropertyDescription>
The properties for the table.
741 742 743 744 745 746 747 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 741 class Table < Struct.new( :description, :table_name, :table_properties) SENSITIVE = [] include Aws::Structure end |