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.
14104 14105 14106 14107 14108 |
# File 'lib/aws-sdk-lightsail/types.rb', line 14104 class StartGUISessionResult < Struct.new( :operations) SENSITIVE = [] include Aws::Structure end |