LaunchTemplateIamInstanceProfileSpecification

public struct LaunchTemplateIamInstanceProfileSpecification : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) of the instance profile.

    Declaration

    Swift

    public let arn: String?
  • The name of the instance profile.

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

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