Class: Aws::Types::PercentOrAbsoluteLong
- Inherits:
-
Object
- Object
- Aws::Types::PercentOrAbsoluteLong
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Absolute, Percent, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#absolute ⇒ ::Integer
Returns the value of attribute absolute.
-
#percent ⇒ ::String
Returns the value of attribute percent.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#absolute ⇒ ::Integer
Returns the value of attribute absolute.
714 715 716 |
# File 'sig/types.rbs', line 714 def absolute @absolute end |
#percent ⇒ ::String
Returns the value of attribute percent.
713 714 715 |
# File 'sig/types.rbs', line 713 def percent @percent end |
#unknown ⇒ Object
Returns the value of attribute unknown.
715 716 717 |
# File 'sig/types.rbs', line 715 def unknown @unknown end |