Class: Aws::Types::SupportedInstanceType
- Inherits:
-
Object
- Object
- Aws::Types::SupportedInstanceType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#architecture ⇒ ::String
Returns the value of attribute architecture.
-
#ebs_optimized_available ⇒ Boolean
Returns the value of attribute ebs_optimized_available.
-
#ebs_optimized_by_default ⇒ Boolean
Returns the value of attribute ebs_optimized_by_default.
-
#ebs_storage_only ⇒ Boolean
Returns the value of attribute ebs_storage_only.
-
#instance_family_id ⇒ ::String
Returns the value of attribute instance_family_id.
-
#is_64_bits_only ⇒ Boolean
Returns the value of attribute is_64_bits_only.
-
#memory_gb ⇒ ::Float
Returns the value of attribute memory_gb.
-
#number_of_disks ⇒ ::Integer
Returns the value of attribute number_of_disks.
-
#storage_gb ⇒ ::Integer
Returns the value of attribute storage_gb.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#vcpu ⇒ ::Integer
Returns the value of attribute vcpu.
Instance Attribute Details
#architecture ⇒ ::String
Returns the value of attribute architecture.
1753 1754 1755 |
# File 'sig/types.rbs', line 1753 def architecture @architecture end |
#ebs_optimized_available ⇒ Boolean
Returns the value of attribute ebs_optimized_available.
1749 1750 1751 |
# File 'sig/types.rbs', line 1749 def ebs_optimized_available @ebs_optimized_available end |
#ebs_optimized_by_default ⇒ Boolean
Returns the value of attribute ebs_optimized_by_default.
1750 1751 1752 |
# File 'sig/types.rbs', line 1750 def ebs_optimized_by_default @ebs_optimized_by_default end |
#ebs_storage_only ⇒ Boolean
Returns the value of attribute ebs_storage_only.
1752 1753 1754 |
# File 'sig/types.rbs', line 1752 def ebs_storage_only @ebs_storage_only end |
#instance_family_id ⇒ ::String
Returns the value of attribute instance_family_id.
1748 1749 1750 |
# File 'sig/types.rbs', line 1748 def instance_family_id @instance_family_id end |
#is_64_bits_only ⇒ Boolean
Returns the value of attribute is_64_bits_only.
1747 1748 1749 |
# File 'sig/types.rbs', line 1747 def is_64_bits_only @is_64_bits_only end |
#memory_gb ⇒ ::Float
Returns the value of attribute memory_gb.
1744 1745 1746 |
# File 'sig/types.rbs', line 1744 def memory_gb @memory_gb end |
#number_of_disks ⇒ ::Integer
Returns the value of attribute number_of_disks.
1751 1752 1753 |
# File 'sig/types.rbs', line 1751 def number_of_disks @number_of_disks end |
#storage_gb ⇒ ::Integer
Returns the value of attribute storage_gb.
1745 1746 1747 |
# File 'sig/types.rbs', line 1745 def storage_gb @storage_gb end |
#type ⇒ ::String
Returns the value of attribute type.
1743 1744 1745 |
# File 'sig/types.rbs', line 1743 def type @type end |
#vcpu ⇒ ::Integer
Returns the value of attribute vcpu.
1746 1747 1748 |
# File 'sig/types.rbs', line 1746 def vcpu @vcpu end |