Class: Aws::Types::InstanceTypeItem
- Inherits:
-
Object
- Object
- Aws::Types::InstanceTypeItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#vcp_us ⇒ ::Integer
Returns the value of attribute vcp_us.
Instance Attribute Details
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
434 435 436 |
# File 'sig/types.rbs', line 434 def instance_type @instance_type end |
#vcp_us ⇒ ::Integer
Returns the value of attribute vcp_us.
435 436 437 |
# File 'sig/types.rbs', line 435 def vcp_us @vcp_us end |