Class: Aws::Lightsail::Types::StartGUISessionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::StartGUISessionResult
- 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.
13940 13941 13942 13943 13944 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13940 class StartGUISessionResult < Struct.new( :operations) SENSITIVE = [] include Aws::Structure end |