Class: Aws::Types::IcebergStructField

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#doc::String

Returns the value of attribute doc.

Returns:

  • (::String)


4625
4626
4627
# File 'sig/types.rbs', line 4625

def doc
  @doc
end

#id::Integer

Returns the value of attribute id.

Returns:

  • (::Integer)


4621
4622
4623
# File 'sig/types.rbs', line 4621

def id
  @id
end

#initial_defaultObject

Returns the value of attribute initial_default.

Returns:

  • (Object)


4626
4627
4628
# File 'sig/types.rbs', line 4626

def initial_default
  @initial_default
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4622
4623
4624
# File 'sig/types.rbs', line 4622

def name
  @name
end

#requiredBoolean

Returns the value of attribute required.

Returns:

  • (Boolean)


4624
4625
4626
# File 'sig/types.rbs', line 4624

def required
  @required
end

#typeObject

Returns the value of attribute type.

Returns:

  • (Object)


4623
4624
4625
# File 'sig/types.rbs', line 4623

def type
  @type
end

#write_defaultObject

Returns the value of attribute write_default.

Returns:

  • (Object)


4627
4628
4629
# File 'sig/types.rbs', line 4627

def write_default
  @write_default
end