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.
10016 10017 10018 |
# File 'sig/types.rbs', line 10016 def name @name end |
#weight ⇒ ::Integer
Returns the value of attribute weight.
10017 10018 10019 |
# File 'sig/types.rbs', line 10017 def weight @weight end |