Class: Aws::Types::AutonomousSystem
- Inherits:
-
Object
- Object
- Aws::Types::AutonomousSystem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#number ⇒ ::Integer
Returns the value of attribute number.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
214 215 216 |
# File 'sig/types.rbs', line 214 def name @name end |
#number ⇒ ::Integer
Returns the value of attribute number.
215 216 217 |
# File 'sig/types.rbs', line 215 def number @number end |