Class: Aws::Types::EC2InstanceDetails
- Inherits:
-
Object
- Object
- Aws::Types::EC2InstanceDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#current_generation ⇒ Boolean
Returns the value of attribute current_generation.
-
#family ⇒ ::String
Returns the value of attribute family.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#platform ⇒ ::String
Returns the value of attribute platform.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#size_flex_eligible ⇒ Boolean
Returns the value of attribute size_flex_eligible.
-
#tenancy ⇒ ::String
Returns the value of attribute tenancy.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
405 406 407 |
# File 'sig/types.rbs', line 405 def availability_zone @availability_zone end |
#current_generation ⇒ Boolean
Returns the value of attribute current_generation.
408 409 410 |
# File 'sig/types.rbs', line 408 def current_generation @current_generation end |
#family ⇒ ::String
Returns the value of attribute family.
402 403 404 |
# File 'sig/types.rbs', line 402 def family @family end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
403 404 405 |
# File 'sig/types.rbs', line 403 def instance_type @instance_type end |
#platform ⇒ ::String
Returns the value of attribute platform.
406 407 408 |
# File 'sig/types.rbs', line 406 def platform @platform end |
#region ⇒ ::String
Returns the value of attribute region.
404 405 406 |
# File 'sig/types.rbs', line 404 def region @region end |
#size_flex_eligible ⇒ Boolean
Returns the value of attribute size_flex_eligible.
409 410 411 |
# File 'sig/types.rbs', line 409 def size_flex_eligible @size_flex_eligible end |
#tenancy ⇒ ::String
Returns the value of attribute tenancy.
407 408 409 |
# File 'sig/types.rbs', line 407 def tenancy @tenancy end |