DescribeEventTopicsRequest

public struct DescribeEventTopicsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Directory ID for which to get the list of associated SNS topics. If this member is null, associations for all Directory IDs are returned.

    Declaration

    Swift

    public let directoryId: String?
  • A list of SNS topic names for which to obtain the information. If this member is null, all associations for the specified Directory ID are returned. An empty list results in an InvalidParameterException being thrown.

    Declaration

    Swift

    public let topicNames: [String]?
  • Undocumented

    Declaration

    Swift

    public init(directoryId: String? = nil, topicNames: [String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws