Class: Aws::EC2::Types::VolumeStatusEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VolumeStatusEvent
- Defined in:
- gems/aws-sdk-ec2/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.
70951 70952 70953 70954 70955 70956 70957 70958 70959 70960 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70951 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.
70951 70952 70953 70954 70955 70956 70957 70958 70959 70960 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70951 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.
70951 70952 70953 70954 70955 70956 70957 70958 70959 70960 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70951 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.
70951 70952 70953 70954 70955 70956 70957 70958 70959 70960 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70951 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.
70951 70952 70953 70954 70955 70956 70957 70958 70959 70960 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70951 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.
70951 70952 70953 70954 70955 70956 70957 70958 70959 70960 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70951 class VolumeStatusEvent < Struct.new( :description, :event_id, :event_type, :not_after, :not_before, :instance_id) SENSITIVE = [] include Aws::Structure end |