Class: Aws::BCMDataExports::Types::TablePropertyDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDataExports::Types::TablePropertyDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bcmdataexports/types.rb
Overview
The properties for the data export table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_value ⇒ String
The default value for the table.
-
#description ⇒ String
The description for the table.
-
#name ⇒ String
The name of the table.
-
#valid_values ⇒ Array<String>
The valid values for the table.
Instance Attribute Details
#default_value ⇒ String
The default value for the table.
769 770 771 772 773 774 775 776 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 769 class TablePropertyDescription < Struct.new( :default_value, :description, :name, :valid_values) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description for the table.
769 770 771 772 773 774 775 776 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 769 class TablePropertyDescription < Struct.new( :default_value, :description, :name, :valid_values) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the table.
769 770 771 772 773 774 775 776 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 769 class TablePropertyDescription < Struct.new( :default_value, :description, :name, :valid_values) SENSITIVE = [] include Aws::Structure end |
#valid_values ⇒ Array<String>
The valid values for the table.
769 770 771 772 773 774 775 776 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 769 class TablePropertyDescription < Struct.new( :default_value, :description, :name, :valid_values) SENSITIVE = [] include Aws::Structure end |