CreateEventBusResponse

public struct CreateEventBusResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the new event bus.

    Declaration

    Swift

    public let eventBusArn: String?
  • Undocumented

    Declaration

    Swift

    public init(eventBusArn: String? = nil)