Class: Aws::Types::CreateGUISessionAccessDetailsResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


724
725
726
# File 'sig/types.rbs', line 724

def failure_reason
  @failure_reason
end

#percentage_complete::Integer

Returns the value of attribute percentage_complete.

Returns:

  • (::Integer)


723
724
725
# File 'sig/types.rbs', line 723

def percentage_complete
  @percentage_complete
end

#resource_name::String

Returns the value of attribute resource_name.

Returns:

  • (::String)


721
722
723
# File 'sig/types.rbs', line 721

def resource_name
  @resource_name
end

#sessions::Array[Types::Session]

Returns the value of attribute sessions.

Returns:



725
726
727
# File 'sig/types.rbs', line 725

def sessions
  @sessions
end

#status"startExpired", ...

Returns the value of attribute status.

Returns:

  • ("startExpired", "notStarted", "started", "starting", "stopped", "stopping", "settingUpInstance", "failedInstanceCreation", "failedStartingGUISession", "failedStoppingGUISession")


722
723
724
# File 'sig/types.rbs', line 722

def status
  @status
end