Class: Aws::Types::StopInstanceOnIdleRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopInstanceOnIdleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#duration ⇒ ::String
Returns the value of attribute duration.
-
#threshold ⇒ ::String
Returns the value of attribute threshold.
Instance Attribute Details
#duration ⇒ ::String
Returns the value of attribute duration.
2984 2985 2986 |
# File 'sig/types.rbs', line 2984 def duration @duration end |
#threshold ⇒ ::String
Returns the value of attribute threshold.
2983 2984 2985 |
# File 'sig/types.rbs', line 2983 def threshold @threshold end |