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)


898
899
900
# File 'sig/types.rbs', line 898

def assistant_arn
  @assistant_arn
end

#assistant_id ⇒ ::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


899
900
901
# File 'sig/types.rbs', line 899

def assistant_id
  @assistant_id
end

#session_arn ⇒ ::String

Returns the value of attribute session_arn.

Returns:

  • (::String)


900
901
902
# File 'sig/types.rbs', line 900

def session_arn
  @session_arn
end

#session_id ⇒ ::String

Returns the value of attribute session_id.

Returns:

  • (::String)


901
902
903
# File 'sig/types.rbs', line 901

def session_id
  @session_id
end