Class: Aws::Types::DeleteStudioSessionMappingInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identity_id::String

Returns the value of attribute identity_id.

Returns:

  • (::String)


345
346
347
# File 'sig/types.rbs', line 345

def identity_id
  @identity_id
end

#identity_name::String

Returns the value of attribute identity_name.

Returns:

  • (::String)


346
347
348
# File 'sig/types.rbs', line 346

def identity_name
  @identity_name
end

#identity_type"USER", "GROUP"

Returns the value of attribute identity_type.

Returns:

  • ("USER", "GROUP")


347
348
349
# File 'sig/types.rbs', line 347

def identity_type
  @identity_type
end

#studio_id::String

Returns the value of attribute studio_id.

Returns:

  • (::String)


344
345
346
# File 'sig/types.rbs', line 344

def studio_id
  @studio_id
end