InstanceProfile constructor
InstanceProfile({})
Implementation
InstanceProfile({
required this.arn,
required this.createDate,
required this.instanceProfileId,
required this.instanceProfileName,
required this.path,
required this.roles,
});