Class: Aws::Types::Session

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_type"Standard", "JustInTime"

Returns the value of attribute access_type.

Returns:

  • ("Standard", "JustInTime")


4110
4111
4112
# File 'sig/types.rbs', line 4110

def access_type
  @access_type
end

#details::String

Returns the value of attribute details.

Returns:

  • (::String)


4107
4108
4109
# File 'sig/types.rbs', line 4107

def details
  @details
end

#document_name::String

Returns the value of attribute document_name.

Returns:

  • (::String)


4104
4105
4106
# File 'sig/types.rbs', line 4104

def document_name
  @document_name
end

#end_date::Time

Returns the value of attribute end_date.

Returns:

  • (::Time)


4103
4104
4105
# File 'sig/types.rbs', line 4103

def end_date
  @end_date
end

#max_session_duration::String

Returns the value of attribute max_session_duration.

Returns:

  • (::String)


4109
4110
4111
# File 'sig/types.rbs', line 4109

def max_session_duration
  @max_session_duration
end

#output_urlTypes::SessionManagerOutputUrl

Returns the value of attribute output_url.



4108
4109
4110
# File 'sig/types.rbs', line 4108

def output_url
  @output_url
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


4105
4106
4107
# File 'sig/types.rbs', line 4105

def owner
  @owner
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


4106
4107
4108
# File 'sig/types.rbs', line 4106

def reason
  @reason
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


4099
4100
4101
# File 'sig/types.rbs', line 4099

def session_id
  @session_id
end

#start_date::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


4102
4103
4104
# File 'sig/types.rbs', line 4102

def start_date
  @start_date
end

#status"Connected", ...

Returns the value of attribute status.

Returns:

  • ("Connected", "Connecting", "Disconnected", "Terminated", "Terminating", "Failed")


4101
4102
4103
# File 'sig/types.rbs', line 4101

def status
  @status
end

#target::String

Returns the value of attribute target.

Returns:

  • (::String)


4100
4101
4102
# File 'sig/types.rbs', line 4100

def target
  @target
end