Class: Aws::Types::Column

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#comment::String

Returns the value of attribute comment.

Returns:



153
154
155
# File 'sig/types.rbs', line 153

def comment
  @comment
end

#name::String

Returns the value of attribute name.

Returns:



151
152
153
# File 'sig/types.rbs', line 151

def name
  @name
end

#type::String

Returns the value of attribute type.

Returns:



152
153
154
# File 'sig/types.rbs', line 152

def type
  @type
end