Class: Aws::Lightsail::Types::StopGUISessionRequest

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

#resource_nameString

The resource name.

Returns:

  • (String)


13764
13765
13766
13767
13768
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13764

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