Class: Aws::Lightsail::Types::CreateGUISessionAccessDetailsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::CreateGUISessionAccessDetailsResult
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failure_reason ⇒ String
The reason the operation failed.
-
#percentage_complete ⇒ Integer
The percentage of completion for the operation.
-
#resource_name ⇒ String
The resource name.
-
#sessions ⇒ Array<Types::Session>
Returns information about the specified NICE DCV GUI session.
-
#status ⇒ String
The status of the operation.
Instance Attribute Details
#failure_reason ⇒ String
The reason the operation failed.
3738 3739 3740 3741 3742 3743 3744 3745 3746 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 3738 class CreateGUISessionAccessDetailsResult < Struct.new( :resource_name, :status, :percentage_complete, :failure_reason, :sessions) SENSITIVE = [] include Aws::Structure end |
#percentage_complete ⇒ Integer
The percentage of completion for the operation.
3738 3739 3740 3741 3742 3743 3744 3745 3746 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 3738 class CreateGUISessionAccessDetailsResult < Struct.new( :resource_name, :status, :percentage_complete, :failure_reason, :sessions) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The resource name.
3738 3739 3740 3741 3742 3743 3744 3745 3746 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 3738 class CreateGUISessionAccessDetailsResult < Struct.new( :resource_name, :status, :percentage_complete, :failure_reason, :sessions) SENSITIVE = [] include Aws::Structure end |
#sessions ⇒ Array<Types::Session>
Returns information about the specified NICE DCV GUI session.
3738 3739 3740 3741 3742 3743 3744 3745 3746 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 3738 class CreateGUISessionAccessDetailsResult < Struct.new( :resource_name, :status, :percentage_complete, :failure_reason, :sessions) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the operation.
3738 3739 3740 3741 3742 3743 3744 3745 3746 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 3738 class CreateGUISessionAccessDetailsResult < Struct.new( :resource_name, :status, :percentage_complete, :failure_reason, :sessions) SENSITIVE = [] include Aws::Structure end |