Class: Aws::Types::ResourceWeight
- Inherits:
-
Object
- Object
- Aws::Types::ResourceWeight
- 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.
1809 1810 1811 |
# File 'sig/types.rbs', line 1809 def name @name end |
#weight ⇒ ::Integer
Returns the value of attribute weight.
1810 1811 1812 |
# File 'sig/types.rbs', line 1810 def weight @weight end |