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.
268 269 270 |
# File 'sig/types.rbs', line 268 def form_factor_configs @form_factor_configs end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
264 265 266 |
# File 'sig/types.rbs', line 264 def instance_type @instance_type end |
#memory_in_mib ⇒ ::Integer
Returns the value of attribute memory_in_mib.
266 267 268 |
# File 'sig/types.rbs', line 266 def memory_in_mib @memory_in_mib end |
#network_performance ⇒ ::String
Returns the value of attribute network_performance.
267 268 269 |
# File 'sig/types.rbs', line 267 def network_performance @network_performance end |
#vcp_us ⇒ ::Integer
Returns the value of attribute vcp_us.
265 266 267 |
# File 'sig/types.rbs', line 265 def vcp_us @vcp_us end |