Class: Aws::WorkLink::Types::DescribeAuditStreamConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkLink::Types::DescribeAuditStreamConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-worklink/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audit_stream_arn ⇒ String
The ARN of the Amazon Kinesis data stream that will receive the audit events.
Instance Attribute Details
#audit_stream_arn ⇒ String
The ARN of the Amazon Kinesis data stream that will receive the audit events.
190 191 192 193 194 |
# File 'lib/aws-sdk-worklink/types.rb', line 190 class DescribeAuditStreamConfigurationResponse < Struct.new( :audit_stream_arn) SENSITIVE = [] include Aws::Structure end |