Class: Aws::Types::StartSessionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id ⇒ ::String

Returns the value of attribute application_id.

Returns:

  • (::String)


604
605
606
# File 'sig/types.rbs', line 604

def application_id
  @application_id
end

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


606
607
608
# File 'sig/types.rbs', line 606

def arn
  @arn
end

#session_id ⇒ ::String

Returns the value of attribute session_id.

Returns:

  • (::String)


605
606
607
# File 'sig/types.rbs', line 605

def session_id
  @session_id
end