Class: Aws::EC2::Types::HibernationOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::HibernationOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Indicates whether your instance is configured for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites. For more information, see Hibernate your Amazon EC2 instance in the Amazon EC2 User Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configured ⇒ Boolean
If
true, your instance is enabled for hibernation; otherwise, it is not enabled for hibernation.
Instance Attribute Details
#configured ⇒ Boolean
If true, your instance is enabled for hibernation; otherwise, it
is not enabled for hibernation.
50291 50292 50293 50294 50295 |
# File 'lib/aws-sdk-ec2/types.rb', line 50291 class HibernationOptions < Struct.new( :configured) SENSITIVE = [] include Aws::Structure end |