Class: Aws::Types::Session

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:token_value])

Instance Attribute Summary collapse

Instance Attribute Details

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


2485
2486
2487
# File 'sig/types.rbs', line 2485

def session_id
  @session_id
end

#stream_url::String

Returns the value of attribute stream_url.

Returns:

  • (::String)


2486
2487
2488
# File 'sig/types.rbs', line 2486

def stream_url
  @stream_url
end

#token_value::String

Returns the value of attribute token_value.

Returns:

  • (::String)


2487
2488
2489
# File 'sig/types.rbs', line 2487

def token_value
  @token_value
end