Class: Aws::Honeycode::Types::ColumnMetadata

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb

Overview

Metadata for column in the table.

Constant Summary collapse

SENSITIVE =
[:name]

Instance Attribute Summary collapse

Instance Attribute Details

#formatString

The format of the column.

Returns:

  • (String)


498
499
500
501
502
503
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 498

class ColumnMetadata < Struct.new(
  :name,
  :format)
  SENSITIVE = [:name]
  include Aws::Structure
end

#nameString

The name of the column.

Returns:

  • (String)


498
499
500
501
502
503
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 498

class ColumnMetadata < Struct.new(
  :name,
  :format)
  SENSITIVE = [:name]
  include Aws::Structure
end