Class: Aws::Types::ListStudioSessionMappingsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1098
1099
1100
# File 'sig/types.rbs', line 1098

def marker
  @marker
end

#session_mappings::Array[Types::SessionMappingSummary]

Returns the value of attribute session_mappings.

Returns:



1097
1098
1099
# File 'sig/types.rbs', line 1097

def session_mappings
  @session_mappings
end