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.
4596 4597 4598 |
# File 'sig/types.rbs', line 4596 def doc @doc end |
#id ⇒ ::Integer
Returns the value of attribute id.
4592 4593 4594 |
# File 'sig/types.rbs', line 4592 def id @id end |
#initial_default ⇒ Object
Returns the value of attribute initial_default.
4597 4598 4599 |
# File 'sig/types.rbs', line 4597 def initial_default @initial_default end |
#name ⇒ ::String
Returns the value of attribute name.
4593 4594 4595 |
# File 'sig/types.rbs', line 4593 def name @name end |
#required ⇒ Boolean
Returns the value of attribute required.
4595 4596 4597 |
# File 'sig/types.rbs', line 4595 def required @required end |
#type ⇒ Object
Returns the value of attribute type.
4594 4595 4596 |
# File 'sig/types.rbs', line 4594 def type @type end |
#write_default ⇒ Object
Returns the value of attribute write_default.
4598 4599 4600 |
# File 'sig/types.rbs', line 4598 def write_default @write_default end |