Class: Aws::Types::InstanceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::InstanceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cpu ⇒ ::String
Returns the value of attribute cpu.
-
#instance_role_arn ⇒ ::String
Returns the value of attribute instance_role_arn.
-
#memory ⇒ ::String
Returns the value of attribute memory.
Instance Attribute Details
#cpu ⇒ ::String
Returns the value of attribute cpu.
390 391 392 |
# File 'sig/types.rbs', line 390 def cpu @cpu end |
#instance_role_arn ⇒ ::String
Returns the value of attribute instance_role_arn.
392 393 394 |
# File 'sig/types.rbs', line 392 def instance_role_arn @instance_role_arn end |
#memory ⇒ ::String
Returns the value of attribute memory.
391 392 393 |
# File 'sig/types.rbs', line 391 def memory @memory end |