SessionMappingSummary class
Details for an Amazon EMR Studio session mapping. The details do not include the time the session mapping was last modified.
Constructors
- SessionMappingSummary({DateTime? creationTime, String? identityId, String? identityName, IdentityType? identityType, String? sessionPolicyArn, String? studioId})
-
SessionMappingSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- creationTime → DateTime?
-
The time the session mapping was created.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- identityId → String?
-
The globally unique identifier (GUID) of the user or group from the AWS SSO
Identity Store.
final
- identityName → String?
-
The name of the user or group. For more information, see UserName
and DisplayName
in the AWS SSO Identity Store API Reference.
final
- identityType → IdentityType?
-
Specifies whether the identity mapped to the Studio is a user or a group.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sessionPolicyArn → String?
-
The Amazon Resource Name (ARN) of the session policy associated with the
user or group.
final
- studioId → String?
-
The ID of the Amazon EMR Studio.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited