Class: Aws::Types::SessionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_arn::String

Returns the value of attribute assistant_arn.

Returns:

  • (::String)


2811
2812
2813
# File 'sig/types.rbs', line 2811

def assistant_arn
  @assistant_arn
end

#assistant_id::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


2810
2811
2812
# File 'sig/types.rbs', line 2810

def assistant_id
  @assistant_id
end

#session_arn::String

Returns the value of attribute session_arn.

Returns:

  • (::String)


2809
2810
2811
# File 'sig/types.rbs', line 2809

def session_arn
  @session_arn
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


2808
2809
2810
# File 'sig/types.rbs', line 2808

def session_id
  @session_id
end