ActionTarget

public struct ActionTarget : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN for the target action.

    Declaration

    Swift

    public let actionTargetArn: String
  • The description of the target action.

    Declaration

    Swift

    public let description: String
  • The name of the action target.

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public init(actionTargetArn: String, description: String, name: String)