Class: Aws::Lightsail::Types::AddOnRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::AddOnRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Describes a request to enable, modify, or disable an add-on for an Amazon Lightsail resource.
<note markdown=“1”> An additional cost may be associated with enabling add-ons. For more information, see the [Lightsail pricing page].
</note>
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#add_on_type ⇒ String
The add-on type.
-
#auto_snapshot_add_on_request ⇒ Types::AutoSnapshotAddOnRequest
An object that represents additional parameters when enabling or modifying the automatic snapshot add-on.
-
#stop_instance_on_idle_request ⇒ Types::StopInstanceOnIdleRequest
An object that represents additional parameters when enabling or modifying the ‘StopInstanceOnIdle` add-on.
Instance Attribute Details
#add_on_type ⇒ String
The add-on type.
428 429 430 431 432 433 434 |
# File 'lib/aws-sdk-lightsail/types.rb', line 428 class AddOnRequest < Struct.new( :add_on_type, :auto_snapshot_add_on_request, :stop_instance_on_idle_request) SENSITIVE = [] include Aws::Structure end |
#auto_snapshot_add_on_request ⇒ Types::AutoSnapshotAddOnRequest
An object that represents additional parameters when enabling or modifying the automatic snapshot add-on.
428 429 430 431 432 433 434 |
# File 'lib/aws-sdk-lightsail/types.rb', line 428 class AddOnRequest < Struct.new( :add_on_type, :auto_snapshot_add_on_request, :stop_instance_on_idle_request) SENSITIVE = [] include Aws::Structure end |
#stop_instance_on_idle_request ⇒ Types::StopInstanceOnIdleRequest
An object that represents additional parameters when enabling or modifying the ‘StopInstanceOnIdle` add-on.
This object only applies to Lightsail for Research resources.
428 429 430 431 432 433 434 |
# File 'lib/aws-sdk-lightsail/types.rb', line 428 class AddOnRequest < Struct.new( :add_on_type, :auto_snapshot_add_on_request, :stop_instance_on_idle_request) SENSITIVE = [] include Aws::Structure end |