InstanceProfile
public struct InstanceProfile : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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.
Declaration
Swift
public let arn: String
-
The date when the instance profile was created.
Declaration
Swift
public let createDate: TimeStamp
-
The stable and unique string identifying the instance profile. For more information about IDs, see IAM Identifiers in the IAM User Guide.
Declaration
Swift
public let instanceProfileId: String
-
The name identifying the instance profile.
Declaration
Swift
public let instanceProfileName: String
-
The path to the instance profile. For more information about paths, see IAM Identifiers in the IAM User Guide.
Declaration
Swift
public let path: String
-
The role associated with the instance profile.
Declaration
Swift
public let roles: [Role]