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)


908
909
910
# File 'sig/types.rbs', line 908

def comment
  @comment
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

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

Returns the value of attribute parameters.

Returns:

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


909
910
911
# File 'sig/types.rbs', line 909

def parameters
  @parameters
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


907
908
909
# File 'sig/types.rbs', line 907

def type
  @type
end