Class: Aws::Types::Computer
- Inherits:
-
Object
- Object
- Aws::Types::Computer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#computer_attributes ⇒ ::Array[Types::Attribute]
Returns the value of attribute computer_attributes.
-
#computer_id ⇒ ::String
Returns the value of attribute computer_id.
-
#computer_name ⇒ ::String
Returns the value of attribute computer_name.
Instance Attribute Details
#computer_attributes ⇒ ::Array[Types::Attribute]
Returns the value of attribute computer_attributes.
206 207 208 |
# File 'sig/types.rbs', line 206 def computer_attributes @computer_attributes end |
#computer_id ⇒ ::String
Returns the value of attribute computer_id.
204 205 206 |
# File 'sig/types.rbs', line 204 def computer_id @computer_id end |
#computer_name ⇒ ::String
Returns the value of attribute computer_name.
205 206 207 |
# File 'sig/types.rbs', line 205 def computer_name @computer_name end |