CreateActionTargetRequest

public struct CreateActionTargetRequest : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let description: String
  • id

    The ID for the custom action target.

    Declaration

    Swift

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

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public init(description: String, id: String, name: String)
  • Declaration

    Swift

    public func validate(name: String) throws