Class: Aws::EC2::Types::MaintenanceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::MaintenanceDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Details for Site-to-Site VPN tunnel endpoint maintenance events.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_maintenance_applied ⇒ Time
Timestamp of last applied maintenance.
-
#maintenance_auto_applied_after ⇒ Time
The timestamp after which Amazon Web Services will automatically apply maintenance.
-
#pending_maintenance ⇒ String
Verify existence of a pending maintenance.
Instance Attribute Details
#last_maintenance_applied ⇒ Time
Timestamp of last applied maintenance.
49898 49899 49900 49901 49902 49903 49904 |
# File 'lib/aws-sdk-ec2/types.rb', line 49898 class MaintenanceDetails < Struct.new( :pending_maintenance, :maintenance_auto_applied_after, :last_maintenance_applied) SENSITIVE = [] include Aws::Structure end |
#maintenance_auto_applied_after ⇒ Time
The timestamp after which Amazon Web Services will automatically apply maintenance.
49898 49899 49900 49901 49902 49903 49904 |
# File 'lib/aws-sdk-ec2/types.rb', line 49898 class MaintenanceDetails < Struct.new( :pending_maintenance, :maintenance_auto_applied_after, :last_maintenance_applied) SENSITIVE = [] include Aws::Structure end |
#pending_maintenance ⇒ String
Verify existence of a pending maintenance.
49898 49899 49900 49901 49902 49903 49904 |
# File 'lib/aws-sdk-ec2/types.rb', line 49898 class MaintenanceDetails < Struct.new( :pending_maintenance, :maintenance_auto_applied_after, :last_maintenance_applied) SENSITIVE = [] include Aws::Structure end |