DescribeAttackRequest

public struct DescribeAttackRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique identifier (ID) for the attack that to be described.

    Declaration

    Swift

    public let attackId: String
  • Undocumented

    Declaration

    Swift

    public init(attackId: String)
  • Declaration

    Swift

    public func validate(name: String) throws