Class: Aws::Types::Ec2Configuration
- Inherits:
-
Object
- Object
- Aws::Types::Ec2Configuration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_image_status ⇒ ::String
Returns the value of attribute batch_image_status.
-
#image_id_override ⇒ ::String
Returns the value of attribute image_id_override.
-
#image_kubernetes_version ⇒ ::String
Returns the value of attribute image_kubernetes_version.
-
#image_type ⇒ ::String
Returns the value of attribute image_type.
Instance Attribute Details
#batch_image_status ⇒ ::String
Returns the value of attribute batch_image_status.
581 582 583 |
# File 'sig/types.rbs', line 581 def batch_image_status @batch_image_status end |
#image_id_override ⇒ ::String
Returns the value of attribute image_id_override.
580 581 582 |
# File 'sig/types.rbs', line 580 def image_id_override @image_id_override end |
#image_kubernetes_version ⇒ ::String
Returns the value of attribute image_kubernetes_version.
582 583 584 |
# File 'sig/types.rbs', line 582 def image_kubernetes_version @image_kubernetes_version end |
#image_type ⇒ ::String
Returns the value of attribute image_type.
579 580 581 |
# File 'sig/types.rbs', line 579 def image_type @image_type end |