Class: Aws::Types::UpdateStudioSessionMappingInput

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)


1799
1800
1801
# File 'sig/types.rbs', line 1799

def identity_id
  @identity_id
end

#identity_name::String

Returns the value of attribute identity_name.

Returns:

  • (::String)


1800
1801
1802
# File 'sig/types.rbs', line 1800

def identity_name
  @identity_name
end

#identity_type"USER", "GROUP"

Returns the value of attribute identity_type.

Returns:

  • ("USER", "GROUP")


1801
1802
1803
# File 'sig/types.rbs', line 1801

def identity_type
  @identity_type
end

#session_policy_arn::String

Returns the value of attribute session_policy_arn.

Returns:

  • (::String)


1802
1803
1804
# File 'sig/types.rbs', line 1802

def session_policy_arn
  @session_policy_arn
end

#studio_id::String

Returns the value of attribute studio_id.

Returns:

  • (::String)


1798
1799
1800
# File 'sig/types.rbs', line 1798

def studio_id
  @studio_id
end