Class: Aws::WorkLink::Types::DescribeAuditStreamConfigurationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audit_stream_arnString

The ARN of the Amazon Kinesis data stream that will receive the audit events.

Returns:

  • (String)


190
191
192
193
194
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 190

class DescribeAuditStreamConfigurationResponse < Struct.new(
  :audit_stream_arn)
  SENSITIVE = []
  include Aws::Structure
end