Class: Aws::EC2::Types::ModifyInstanceMaintenanceOptionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyInstanceMaintenanceOptionsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_recovery ⇒ String
Provides information on the current automatic recovery behavior of your instance.
-
#instance_id ⇒ String
The ID of the instance.
Instance Attribute Details
#auto_recovery ⇒ String
Provides information on the current automatic recovery behavior of your instance.
51485 51486 51487 51488 51489 51490 |
# File 'lib/aws-sdk-ec2/types.rb', line 51485 class ModifyInstanceMaintenanceOptionsResult < Struct.new( :instance_id, :auto_recovery) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The ID of the instance.
51485 51486 51487 51488 51489 51490 |
# File 'lib/aws-sdk-ec2/types.rb', line 51485 class ModifyInstanceMaintenanceOptionsResult < Struct.new( :instance_id, :auto_recovery) SENSITIVE = [] include Aws::Structure end |