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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bcmdataexports/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_value ⇒ String

The default value for the table.

Returns:

  • (String)


788
789
790
791
792
793
794
795
# File 'gems/aws-sdk-bcmdataexports/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.

Returns:

  • (String)


788
789
790
791
792
793
794
795
# File 'gems/aws-sdk-bcmdataexports/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.

Returns:

  • (String)


788
789
790
791
792
793
794
795
# File 'gems/aws-sdk-bcmdataexports/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.

Returns:

  • (Array<String>)


788
789
790
791
792
793
794
795
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 788

class TablePropertyDescription < Struct.new(
  :name,
  :valid_values,
  :default_value,
  :description)
  SENSITIVE = []
  include Aws::Structure
end