Class: Aws::Types::CreateStudioSessionMappingInput

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)


312
313
314
# File 'sig/types.rbs', line 312

def identity_id
  @identity_id
end

#identity_name::String

Returns the value of attribute identity_name.

Returns:

  • (::String)


313
314
315
# File 'sig/types.rbs', line 313

def identity_name
  @identity_name
end

#identity_type"USER", "GROUP"

Returns the value of attribute identity_type.

Returns:

  • ("USER", "GROUP")


314
315
316
# File 'sig/types.rbs', line 314

def identity_type
  @identity_type
end

#session_policy_arn::String

Returns the value of attribute session_policy_arn.

Returns:

  • (::String)


315
316
317
# File 'sig/types.rbs', line 315

def session_policy_arn
  @session_policy_arn
end

#studio_id::String

Returns the value of attribute studio_id.

Returns:

  • (::String)


311
312
313
# File 'sig/types.rbs', line 311

def studio_id
  @studio_id
end