Class: Aws::Honeycode::Types::ColumnMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Honeycode::Types::ColumnMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-honeycode/types.rb
Overview
Metadata for column in the table.
Constant Summary collapse
- SENSITIVE =
[:name]
Instance Attribute Summary collapse
-
#format ⇒ String
The format of the column.
-
#name ⇒ String
The name of the column.
Instance Attribute Details
#format ⇒ String
The format of the column.
498 499 500 501 502 503 |
# File 'lib/aws-sdk-honeycode/types.rb', line 498 class ColumnMetadata < Struct.new( :name, :format) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
The name of the column.
498 499 500 501 502 503 |
# File 'lib/aws-sdk-honeycode/types.rb', line 498 class ColumnMetadata < Struct.new( :name, :format) SENSITIVE = [:name] include Aws::Structure end |