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:

  • (::String)


904
905
906
# File 'sig/types.rbs', line 904

def comment
  @comment
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


902
903
904
# File 'sig/types.rbs', line 902

def name
  @name
end

#parameters::Hash[::String, ::String]

Returns the value of attribute parameters.

Returns:

  • (::Hash[::String, ::String])


905
906
907
# File 'sig/types.rbs', line 905

def parameters
  @parameters
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


903
904
905
# File 'sig/types.rbs', line 903

def type
  @type
end