Class: Aws::Types::PriorityClass
- Inherits:
-
Object
- Object
- Aws::Types::PriorityClass
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#weight ⇒ ::Integer
Returns the value of attribute weight.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
9947 9948 9949 |
# File 'sig/types.rbs', line 9947 def name @name end |
#weight ⇒ ::Integer
Returns the value of attribute weight.
9948 9949 9950 |
# File 'sig/types.rbs', line 9948 def weight @weight end |