SecurityProfileIdentifier

public struct SecurityProfileIdentifier : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The ARN of the security profile.

    Declaration

    Swift

    public let arn: String
  • The name you have given to the security profile.

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public init(arn: String, name: String)