Class: Aws::Types::FieldPosition
- Inherits:
-
Object
- Object
- Aws::Types::FieldPosition
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Below, Fixed, RightOf, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#below ⇒ ::String
Returns the value of attribute below.
-
#fixed ⇒ "first"
Returns the value of attribute fixed.
-
#right_of ⇒ ::String
Returns the value of attribute right_of.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#below ⇒ ::String
Returns the value of attribute below.
454 455 456 |
# File 'sig/types.rbs', line 454 def below @below end |
#fixed ⇒ "first"
Returns the value of attribute fixed.
452 453 454 |
# File 'sig/types.rbs', line 452 def fixed @fixed end |
#right_of ⇒ ::String
Returns the value of attribute right_of.
453 454 455 |
# File 'sig/types.rbs', line 453 def right_of @right_of end |
#unknown ⇒ Object
Returns the value of attribute unknown.
455 456 457 |
# File 'sig/types.rbs', line 455 def unknown @unknown end |