Class: Aws::Lightsail::Types::AddOn

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/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

Instance Attribute Details

#durationString

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.

Returns:

  • (String)


387
388
389
390
391
392
393
394
395
396
# File 'gems/aws-sdk-lightsail/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

#nameString

The name of the add-on.

Returns:

  • (String)


387
388
389
390
391
392
393
394
395
396
# File 'gems/aws-sdk-lightsail/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_dayString

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.

Returns:

  • (String)


387
388
389
390
391
392
393
394
395
396
# File 'gems/aws-sdk-lightsail/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_dayString

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.

Returns:

  • (String)


387
388
389
390
391
392
393
394
395
396
# File 'gems/aws-sdk-lightsail/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

#statusString

The status of the add-on.

Returns:

  • (String)


387
388
389
390
391
392
393
394
395
396
# File 'gems/aws-sdk-lightsail/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

#thresholdString

The trigger threshold of the action.

This add-on only applies to Lightsail for Research resources.

Returns:

  • (String)


387
388
389
390
391
392
393
394
395
396
# File 'gems/aws-sdk-lightsail/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