SessionMappingDetail constructor

SessionMappingDetail({
  1. DateTime? creationTime,
  2. String? identityId,
  3. String? identityName,
  4. IdentityType? identityType,
  5. DateTime? lastModifiedTime,
  6. String? sessionPolicyArn,
  7. String? studioId,
})

Implementation

SessionMappingDetail({
  this.creationTime,
  this.identityId,
  this.identityName,
  this.identityType,
  this.lastModifiedTime,
  this.sessionPolicyArn,
  this.studioId,
});