Class: Aws::Lightsail::Types::AddOn
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::AddOn
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Describes an add-on that is enabled for an Amazon Lightsail resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#duration ⇒ String
The amount of idle time in minutes after which your virtual computer will automatically stop.
-
#name ⇒ String
The name of the add-on.
-
#next_snapshot_time_of_day ⇒ String
The next daily time an automatic snapshot will be created.
-
#snapshot_time_of_day ⇒ String
The daily time when an automatic snapshot is created.
-
#status ⇒ String
The status of the add-on.
-
#threshold ⇒ String
The trigger threshold of the action.
Instance Attribute Details
#duration ⇒ String
The amount of idle time in minutes after which your virtual computer will automatically stop.
This add-on only applies to Lightsail for Research resources.
387 388 389 390 391 392 393 394 395 396 |
# File 'lib/aws-sdk-lightsail/types.rb', line 387 class AddOn < Struct.new( :name, :status, :snapshot_time_of_day, :next_snapshot_time_of_day, :threshold, :duration) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the add-on.
387 388 389 390 391 392 393 394 395 396 |
# File 'lib/aws-sdk-lightsail/types.rb', line 387 class AddOn < Struct.new( :name, :status, :snapshot_time_of_day, :next_snapshot_time_of_day, :threshold, :duration) SENSITIVE = [] include Aws::Structure end |
#next_snapshot_time_of_day ⇒ String
The next daily time an automatic snapshot will be created.
The time shown is in ‘HH:00` format, and in Coordinated Universal Time (UTC).
The snapshot is automatically created between the time shown and up to 45 minutes after.
387 388 389 390 391 392 393 394 395 396 |
# File 'lib/aws-sdk-lightsail/types.rb', line 387 class AddOn < Struct.new( :name, :status, :snapshot_time_of_day, :next_snapshot_time_of_day, :threshold, :duration) SENSITIVE = [] include Aws::Structure end |
#snapshot_time_of_day ⇒ String
The daily time when an automatic snapshot is created.
The time shown is in ‘HH:00` format, and in Coordinated Universal Time (UTC).
The snapshot is automatically created between the time shown and up to 45 minutes after.
387 388 389 390 391 392 393 394 395 396 |
# File 'lib/aws-sdk-lightsail/types.rb', line 387 class AddOn < Struct.new( :name, :status, :snapshot_time_of_day, :next_snapshot_time_of_day, :threshold, :duration) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the add-on.
387 388 389 390 391 392 393 394 395 396 |
# File 'lib/aws-sdk-lightsail/types.rb', line 387 class AddOn < Struct.new( :name, :status, :snapshot_time_of_day, :next_snapshot_time_of_day, :threshold, :duration) SENSITIVE = [] include Aws::Structure end |
#threshold ⇒ String
The trigger threshold of the action.
This add-on only applies to Lightsail for Research resources.
387 388 389 390 391 392 393 394 395 396 |
# File 'lib/aws-sdk-lightsail/types.rb', line 387 class AddOn < Struct.new( :name, :status, :snapshot_time_of_day, :next_snapshot_time_of_day, :threshold, :duration) SENSITIVE = [] include Aws::Structure end |