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)


4615
4616
4617
# File 'sig/types.rbs', line 4615

def doc
  @doc
end

#id::Integer

Returns the value of attribute id.

Returns:

  • (::Integer)


4611
4612
4613
# File 'sig/types.rbs', line 4611

def id
  @id
end

#initial_defaultObject

Returns the value of attribute initial_default.

Returns:

  • (Object)


4616
4617
4618
# File 'sig/types.rbs', line 4616

def initial_default
  @initial_default
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4612
4613
4614
# File 'sig/types.rbs', line 4612

def name
  @name
end

#requiredBoolean

Returns the value of attribute required.

Returns:

  • (Boolean)


4614
4615
4616
# File 'sig/types.rbs', line 4614

def required
  @required
end

#typeObject

Returns the value of attribute type.

Returns:

  • (Object)


4613
4614
4615
# File 'sig/types.rbs', line 4613

def type
  @type
end

#write_defaultObject

Returns the value of attribute write_default.

Returns:

  • (Object)


4617
4618
4619
# File 'sig/types.rbs', line 4617

def write_default
  @write_default
end