Class: Aws::EC2::Types::VolumeStatusEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VolumeStatusEvent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a volume status event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the event.
-
#event_id ⇒ String
The ID of this event.
-
#event_type ⇒ String
The type of this event.
-
#instance_id ⇒ String
The ID of the instance associated with the event.
-
#not_after ⇒ Time
The latest end time of the event.
-
#not_before ⇒ Time
The earliest start time of the event.
Instance Attribute Details
#description ⇒ String
A description of the event.
72625 72626 72627 72628 72629 72630 72631 72632 72633 72634 |
# File 'lib/aws-sdk-ec2/types.rb', line 72625 class VolumeStatusEvent < Struct.new( :description, :event_id, :event_type, :not_after, :not_before, :instance_id) SENSITIVE = [] include Aws::Structure end |
#event_id ⇒ String
The ID of this event.
72625 72626 72627 72628 72629 72630 72631 72632 72633 72634 |
# File 'lib/aws-sdk-ec2/types.rb', line 72625 class VolumeStatusEvent < Struct.new( :description, :event_id, :event_type, :not_after, :not_before, :instance_id) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ String
The type of this event.
72625 72626 72627 72628 72629 72630 72631 72632 72633 72634 |
# File 'lib/aws-sdk-ec2/types.rb', line 72625 class VolumeStatusEvent < Struct.new( :description, :event_id, :event_type, :not_after, :not_before, :instance_id) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The ID of the instance associated with the event.
72625 72626 72627 72628 72629 72630 72631 72632 72633 72634 |
# File 'lib/aws-sdk-ec2/types.rb', line 72625 class VolumeStatusEvent < Struct.new( :description, :event_id, :event_type, :not_after, :not_before, :instance_id) SENSITIVE = [] include Aws::Structure end |
#not_after ⇒ Time
The latest end time of the event.
72625 72626 72627 72628 72629 72630 72631 72632 72633 72634 |
# File 'lib/aws-sdk-ec2/types.rb', line 72625 class VolumeStatusEvent < Struct.new( :description, :event_id, :event_type, :not_after, :not_before, :instance_id) SENSITIVE = [] include Aws::Structure end |
#not_before ⇒ Time
The earliest start time of the event.
72625 72626 72627 72628 72629 72630 72631 72632 72633 72634 |
# File 'lib/aws-sdk-ec2/types.rb', line 72625 class VolumeStatusEvent < Struct.new( :description, :event_id, :event_type, :not_after, :not_before, :instance_id) SENSITIVE = [] include Aws::Structure end |