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)


14147
14148
14149
14150
14151
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14147

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