DescribeEventBusResponse

public struct DescribeEventBusResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) of the account permitted to write events to the current account.

    Declaration

    Swift

    public let arn: String?
  • The name of the event bus. Currently, this is always default.

    Declaration

    Swift

    public let name: String?
  • The policy that enables the external account to send events to your account.

    Declaration

    Swift

    public let policy: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, name: String? = nil, policy: String? = nil)