Class: Aws::Lightsail::Types::StartGUISessionRequest

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)


14217
14218
14219
14220
14221
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14217

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