IamInstanceProfile

public struct IamInstanceProfile : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The profile ARN of the EC2 instance.

    Declaration

    Swift

    public let arn: String?
  • id

    The profile ID of the EC2 instance.

    Declaration

    Swift

    public let id: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, id: String? = nil)