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.
456 457 458 |
# File 'sig/types.rbs', line 456 def instance_type @instance_type end |
#vcp_us ⇒ ::Integer
Returns the value of attribute vcp_us.
457 458 459 |
# File 'sig/types.rbs', line 457 def vcp_us @vcp_us end |