DescribeEventBusRequest

public struct DescribeEventBusRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the event bus to show details for. If you omit this, the default event bus is displayed.

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

    public init(name: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws