Class: Aws::Lightsail::Types::CreateGUISessionAccessDetailsResult

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

#failure_reasonString

The reason the operation failed.

Returns:

  • (String)


3761
3762
3763
3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 3761

class CreateGUISessionAccessDetailsResult < Struct.new(
  :resource_name,
  :status,
  :percentage_complete,
  :failure_reason,
  :sessions)
  SENSITIVE = []
  include Aws::Structure
end

#percentage_completeInteger

The percentage of completion for the operation.

Returns:

  • (Integer)


3761
3762
3763
3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 3761

class CreateGUISessionAccessDetailsResult < Struct.new(
  :resource_name,
  :status,
  :percentage_complete,
  :failure_reason,
  :sessions)
  SENSITIVE = []
  include Aws::Structure
end

#resource_nameString

The resource name.

Returns:

  • (String)


3761
3762
3763
3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 3761

class CreateGUISessionAccessDetailsResult < Struct.new(
  :resource_name,
  :status,
  :percentage_complete,
  :failure_reason,
  :sessions)
  SENSITIVE = []
  include Aws::Structure
end

#sessionsArray<Types::Session>

Returns information about the specified NICE DCV GUI session.

Returns:



3761
3762
3763
3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 3761

class CreateGUISessionAccessDetailsResult < Struct.new(
  :resource_name,
  :status,
  :percentage_complete,
  :failure_reason,
  :sessions)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the operation.

Returns:

  • (String)


3761
3762
3763
3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 3761

class CreateGUISessionAccessDetailsResult < Struct.new(
  :resource_name,
  :status,
  :percentage_complete,
  :failure_reason,
  :sessions)
  SENSITIVE = []
  include Aws::Structure
end