Class: Aws::Types::SessionMappingSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1511
1512
1513
# File 'sig/types.rbs', line 1511

def creation_time
  @creation_time
end

#identity_id::String

Returns the value of attribute identity_id.

Returns:

  • (::String)


1507
1508
1509
# File 'sig/types.rbs', line 1507

def identity_id
  @identity_id
end

#identity_name::String

Returns the value of attribute identity_name.

Returns:

  • (::String)


1508
1509
1510
# File 'sig/types.rbs', line 1508

def identity_name
  @identity_name
end

#identity_type"USER", "GROUP"

Returns the value of attribute identity_type.

Returns:

  • ("USER", "GROUP")


1509
1510
1511
# File 'sig/types.rbs', line 1509

def identity_type
  @identity_type
end

#session_policy_arn::String

Returns the value of attribute session_policy_arn.

Returns:

  • (::String)


1510
1511
1512
# File 'sig/types.rbs', line 1510

def session_policy_arn
  @session_policy_arn
end

#studio_id::String

Returns the value of attribute studio_id.

Returns:

  • (::String)


1506
1507
1508
# File 'sig/types.rbs', line 1506

def studio_id
  @studio_id
end