Class: Aws::Types::EC2ResourceDetails
- Inherits:
-
Object
- Object
- Aws::Types::EC2ResourceDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hourly_on_demand_rate ⇒ ::String
Returns the value of attribute hourly_on_demand_rate.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#memory ⇒ ::String
Returns the value of attribute memory.
-
#network_performance ⇒ ::String
Returns the value of attribute network_performance.
-
#platform ⇒ ::String
Returns the value of attribute platform.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#sku ⇒ ::String
Returns the value of attribute sku.
-
#storage ⇒ ::String
Returns the value of attribute storage.
-
#vcpu ⇒ ::String
Returns the value of attribute vcpu.
Instance Attribute Details
#hourly_on_demand_rate ⇒ ::String
Returns the value of attribute hourly_on_demand_rate.
414 415 416 |
# File 'sig/types.rbs', line 414 def hourly_on_demand_rate @hourly_on_demand_rate end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
415 416 417 |
# File 'sig/types.rbs', line 415 def instance_type @instance_type end |
#memory ⇒ ::String
Returns the value of attribute memory.
419 420 421 |
# File 'sig/types.rbs', line 419 def memory @memory end |
#network_performance ⇒ ::String
Returns the value of attribute network_performance.
420 421 422 |
# File 'sig/types.rbs', line 420 def network_performance @network_performance end |
#platform ⇒ ::String
Returns the value of attribute platform.
416 417 418 |
# File 'sig/types.rbs', line 416 def platform @platform end |
#region ⇒ ::String
Returns the value of attribute region.
417 418 419 |
# File 'sig/types.rbs', line 417 def region @region end |
#sku ⇒ ::String
Returns the value of attribute sku.
418 419 420 |
# File 'sig/types.rbs', line 418 def sku @sku end |
#storage ⇒ ::String
Returns the value of attribute storage.
421 422 423 |
# File 'sig/types.rbs', line 421 def storage @storage end |
#vcpu ⇒ ::String
Returns the value of attribute vcpu.
422 423 424 |
# File 'sig/types.rbs', line 422 def vcpu @vcpu end |