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.
788 789 790 791 792 793 794 795 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 788 class TablePropertyDescription < Struct.new( :name, :valid_values, :default_value, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description for the table.
788 789 790 791 792 793 794 795 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 788 class TablePropertyDescription < Struct.new( :name, :valid_values, :default_value, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the table.
788 789 790 791 792 793 794 795 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 788 class TablePropertyDescription < Struct.new( :name, :valid_values, :default_value, :description) SENSITIVE = [] include Aws::Structure end |
#valid_values ⇒ Array<String>
The valid values for the table.
788 789 790 791 792 793 794 795 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 788 class TablePropertyDescription < Struct.new( :name, :valid_values, :default_value, :description) SENSITIVE = [] include Aws::Structure end |