Class: Aws::Types::SessionMappingDetail

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)


1500
1501
1502
# File 'sig/types.rbs', line 1500

def creation_time
  @creation_time
end

#identity_id::String

Returns the value of attribute identity_id.

Returns:

  • (::String)


1496
1497
1498
# File 'sig/types.rbs', line 1496

def identity_id
  @identity_id
end

#identity_name::String

Returns the value of attribute identity_name.

Returns:

  • (::String)


1497
1498
1499
# File 'sig/types.rbs', line 1497

def identity_name
  @identity_name
end

#identity_type"USER", "GROUP"

Returns the value of attribute identity_type.

Returns:

  • ("USER", "GROUP")


1498
1499
1500
# File 'sig/types.rbs', line 1498

def identity_type
  @identity_type
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


1501
1502
1503
# File 'sig/types.rbs', line 1501

def last_modified_time
  @last_modified_time
end

#session_policy_arn::String

Returns the value of attribute session_policy_arn.

Returns:

  • (::String)


1499
1500
1501
# File 'sig/types.rbs', line 1499

def session_policy_arn
  @session_policy_arn
end

#studio_id::String

Returns the value of attribute studio_id.

Returns:

  • (::String)


1495
1496
1497
# File 'sig/types.rbs', line 1495

def studio_id
  @studio_id
end