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.
66889 66890 66891 66892 66893 66894 66895 66896 66897 66898 |
# File 'lib/aws-sdk-ec2/types.rb', line 66889 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.
66889 66890 66891 66892 66893 66894 66895 66896 66897 66898 |
# File 'lib/aws-sdk-ec2/types.rb', line 66889 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.
66889 66890 66891 66892 66893 66894 66895 66896 66897 66898 |
# File 'lib/aws-sdk-ec2/types.rb', line 66889 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.
66889 66890 66891 66892 66893 66894 66895 66896 66897 66898 |
# File 'lib/aws-sdk-ec2/types.rb', line 66889 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.
66889 66890 66891 66892 66893 66894 66895 66896 66897 66898 |
# File 'lib/aws-sdk-ec2/types.rb', line 66889 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.
66889 66890 66891 66892 66893 66894 66895 66896 66897 66898 |
# File 'lib/aws-sdk-ec2/types.rb', line 66889 class VolumeStatusEvent < Struct.new( :description, :event_id, :event_type, :not_after, :not_before, :instance_id) SENSITIVE = [] include Aws::Structure end |