Class: Aws::Lightsail::Types::StopGUISessionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::StopGUISessionResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#operations ⇒ Array<Types::Operation>
The available API operations.
Instance Attribute Details
#operations ⇒ Array<Types::Operation>
The available API operations.
14075 14076 14077 14078 14079 |
# File 'lib/aws-sdk-lightsail/types.rb', line 14075 class StopGUISessionResult < Struct.new( :operations) SENSITIVE = [] include Aws::Structure end |