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.
593 594 595 |
# File 'sig/types.rbs', line 593 def batch_image_status @batch_image_status end |
#image_id_override ⇒ ::String
Returns the value of attribute image_id_override.
592 593 594 |
# File 'sig/types.rbs', line 592 def image_id_override @image_id_override end |
#image_kubernetes_version ⇒ ::String
Returns the value of attribute image_kubernetes_version.
594 595 596 |
# File 'sig/types.rbs', line 594 def image_kubernetes_version @image_kubernetes_version end |
#image_type ⇒ ::String
Returns the value of attribute image_type.
591 592 593 |
# File 'sig/types.rbs', line 591 def image_type @image_type end |