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.
48734 48735 48736 48737 48738 48739 |
# File 'lib/aws-sdk-ec2/types.rb', line 48734 class ModifyInstanceMaintenanceOptionsResult < Struct.new( :instance_id, :auto_recovery) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The ID of the instance.
48734 48735 48736 48737 48738 48739 |
# File 'lib/aws-sdk-ec2/types.rb', line 48734 class ModifyInstanceMaintenanceOptionsResult < Struct.new( :instance_id, :auto_recovery) SENSITIVE = [] include Aws::Structure end |