Class: Aws::Types::ListStudioSessionMappingsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identity_type"USER", "GROUP"

Returns the value of attribute identity_type.

Returns:

  • ("USER", "GROUP")


1091
1092
1093
# File 'sig/types.rbs', line 1091

def identity_type
  @identity_type
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1092
1093
1094
# File 'sig/types.rbs', line 1092

def marker
  @marker
end

#studio_id::String

Returns the value of attribute studio_id.

Returns:

  • (::String)


1090
1091
1092
# File 'sig/types.rbs', line 1090

def studio_id
  @studio_id
end