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:



13908
13909
13910
13911
13912
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13908

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