Class: Aws::Types::IcebergStructField
- Inherits:
-
Object
- Object
- Aws::Types::IcebergStructField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#doc ⇒ ::String
Returns the value of attribute doc.
-
#id ⇒ ::Integer
Returns the value of attribute id.
-
#initial_default ⇒ Object
Returns the value of attribute initial_default.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#required ⇒ Boolean
Returns the value of attribute required.
-
#type ⇒ Object
Returns the value of attribute type.
-
#write_default ⇒ Object
Returns the value of attribute write_default.
Instance Attribute Details
#doc ⇒ ::String
Returns the value of attribute doc.
4615 4616 4617 |
# File 'sig/types.rbs', line 4615 def doc @doc end |
#id ⇒ ::Integer
Returns the value of attribute id.
4611 4612 4613 |
# File 'sig/types.rbs', line 4611 def id @id end |
#initial_default ⇒ Object
Returns the value of attribute initial_default.
4616 4617 4618 |
# File 'sig/types.rbs', line 4616 def initial_default @initial_default end |
#name ⇒ ::String
Returns the value of attribute name.
4612 4613 4614 |
# File 'sig/types.rbs', line 4612 def name @name end |
#required ⇒ Boolean
Returns the value of attribute required.
4614 4615 4616 |
# File 'sig/types.rbs', line 4614 def required @required end |
#type ⇒ Object
Returns the value of attribute type.
4613 4614 4615 |
# File 'sig/types.rbs', line 4613 def type @type end |
#write_default ⇒ Object
Returns the value of attribute write_default.
4617 4618 4619 |
# File 'sig/types.rbs', line 4617 def write_default @write_default end |