Class: Aws::Types::DetailedInstanceTypeItem
- Inherits:
-
Object
- Object
- Aws::Types::DetailedInstanceTypeItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#form_factor_configs ⇒ ::Array[Types::FormFactorConfig]
Returns the value of attribute form_factor_configs.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#memory_in_mib ⇒ ::Integer
Returns the value of attribute memory_in_mib.
-
#network_performance ⇒ ::String
Returns the value of attribute network_performance.
-
#vcp_us ⇒ ::Integer
Returns the value of attribute vcp_us.
Instance Attribute Details
#form_factor_configs ⇒ ::Array[Types::FormFactorConfig]
Returns the value of attribute form_factor_configs.
256 257 258 |
# File 'sig/types.rbs', line 256 def form_factor_configs @form_factor_configs end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
252 253 254 |
# File 'sig/types.rbs', line 252 def instance_type @instance_type end |
#memory_in_mib ⇒ ::Integer
Returns the value of attribute memory_in_mib.
254 255 256 |
# File 'sig/types.rbs', line 254 def memory_in_mib @memory_in_mib end |
#network_performance ⇒ ::String
Returns the value of attribute network_performance.
255 256 257 |
# File 'sig/types.rbs', line 255 def network_performance @network_performance end |
#vcp_us ⇒ ::Integer
Returns the value of attribute vcp_us.
253 254 255 |
# File 'sig/types.rbs', line 253 def vcp_us @vcp_us end |