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)


4596
4597
4598
# File 'sig/types.rbs', line 4596

def doc
  @doc
end

#id::Integer

Returns the value of attribute id.

Returns:

  • (::Integer)


4592
4593
4594
# File 'sig/types.rbs', line 4592

def id
  @id
end

#initial_defaultObject

Returns the value of attribute initial_default.

Returns:

  • (Object)


4597
4598
4599
# File 'sig/types.rbs', line 4597

def initial_default
  @initial_default
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4593
4594
4595
# File 'sig/types.rbs', line 4593

def name
  @name
end

#requiredBoolean

Returns the value of attribute required.

Returns:

  • (Boolean)


4595
4596
4597
# File 'sig/types.rbs', line 4595

def required
  @required
end

#typeObject

Returns the value of attribute type.

Returns:

  • (Object)


4594
4595
4596
# File 'sig/types.rbs', line 4594

def type
  @type
end

#write_defaultObject

Returns the value of attribute write_default.

Returns:

  • (Object)


4598
4599
4600
# File 'sig/types.rbs', line 4598

def write_default
  @write_default
end