Class: Aws::BCMDataExports::Types::TablePropertyDescription

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#default_valueString

The default value for the table.

Returns:



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

#descriptionString

The description for the table.

Returns:



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

#nameString

The name of the table.

Returns:



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_valuesArray<String>

The valid values for the table.

Returns:



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