Class: Aws::Lightsail::Types::StartGUISessionResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#operationsArray<Types::Operation>

The available API operations.

Returns:



13941
13942
13943
13944
13945
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13941

class StartGUISessionResult < Struct.new(
  :operations)
  SENSITIVE = []
  include Aws::Structure
end