InstanceProfile class

Contains information about an instance profile.

This data type is used as a response element in the following operations:

Constructors

InstanceProfile({required String arn, required DateTime createDate, required String instanceProfileId, required String instanceProfileName, required String path, required List<Role> roles})
InstanceProfile.fromXml(XmlElement elem)
factory

Properties

arn String
The Amazon Resource Name (ARN) specifying the instance profile. For more information about ARNs and how to use them in policies, see IAM Identifiers in the IAM User Guide.
final
createDate DateTime
The date when the instance profile was created.
final
hashCode int
The hash code for this object.
no setterinherited
instanceProfileId String
The stable and unique string identifying the instance profile. For more information about IDs, see IAM Identifiers in the IAM User Guide.
final
instanceProfileName String
The name identifying the instance profile.
final
path String
The path to the instance profile. For more information about paths, see IAM Identifiers in the IAM User Guide.
final
roles List<Role>
The role associated with the instance profile.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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