Class: Aws::Lightsail::Types::StopGUISessionResult

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:



14239
14240
14241
14242
14243
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14239

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