DescribeAuditStreamConfigurationResponse

public struct DescribeAuditStreamConfigurationResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the Amazon Kinesis data stream that will receive the audit events.

    Declaration

    Swift

    public let auditStreamArn: String?
  • Undocumented

    Declaration

    Swift

    public init(auditStreamArn: String? = nil)