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.
4625 4626 4627 |
# File 'sig/types.rbs', line 4625 def doc @doc end |
#id ⇒ ::Integer
Returns the value of attribute id.
4621 4622 4623 |
# File 'sig/types.rbs', line 4621 def id @id end |
#initial_default ⇒ Object
Returns the value of attribute initial_default.
4626 4627 4628 |
# File 'sig/types.rbs', line 4626 def initial_default @initial_default end |
#name ⇒ ::String
Returns the value of attribute name.
4622 4623 4624 |
# File 'sig/types.rbs', line 4622 def name @name end |
#required ⇒ Boolean
Returns the value of attribute required.
4624 4625 4626 |
# File 'sig/types.rbs', line 4624 def required @required end |
#type ⇒ Object
Returns the value of attribute type.
4623 4624 4625 |
# File 'sig/types.rbs', line 4623 def type @type end |
#write_default ⇒ Object
Returns the value of attribute write_default.
4627 4628 4629 |
# File 'sig/types.rbs', line 4627 def write_default @write_default end |