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:



14043
14044
14045
14046
14047
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14043

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