Class: Aws::Types::GetStudioSessionMappingInput

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)


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

def identity_id
  @identity_id
end

#identity_name::String

Returns the value of attribute identity_name.

Returns:

  • (::String)


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

def identity_name
  @identity_name
end

#identity_type"USER", "GROUP"

Returns the value of attribute identity_type.

Returns:

  • ("USER", "GROUP")


608
609
610
# File 'sig/types.rbs', line 608

def identity_type
  @identity_type
end

#studio_id::String

Returns the value of attribute studio_id.

Returns:

  • (::String)


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

def studio_id
  @studio_id
end