Class: Aws::Lightsail::Types::StopInstanceOnIdleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::StopInstanceOnIdleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Describes a request to create or edit the ‘StopInstanceOnIdle` add-on.
This add-on only applies to Lightsail for Research resources.
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.
-
#threshold ⇒ String
The value to compare with the duration.
Instance Attribute Details
#duration ⇒ String
The amount of idle time in minutes after which your virtual computer will automatically stop.
14096 14097 14098 14099 14100 14101 |
# File 'lib/aws-sdk-lightsail/types.rb', line 14096 class StopInstanceOnIdleRequest < Struct.new( :threshold, :duration) SENSITIVE = [] include Aws::Structure end |
#threshold ⇒ String
The value to compare with the duration.
14096 14097 14098 14099 14100 14101 |
# File 'lib/aws-sdk-lightsail/types.rb', line 14096 class StopInstanceOnIdleRequest < Struct.new( :threshold, :duration) SENSITIVE = [] include Aws::Structure end |