PermissionSet constructor

PermissionSet({
  1. DateTime? createdDate,
  2. String? description,
  3. String? name,
  4. String? permissionSetArn,
  5. String? relayState,
  6. String? sessionDuration,
})

Implementation

PermissionSet({
  this.createdDate,
  this.description,
  this.name,
  this.permissionSetArn,
  this.relayState,
  this.sessionDuration,
});