You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WorkLink::Types::UpdateAuditStreamConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateAuditStreamConfigurationRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  fleet_arn: "FleetArn", # required
  audit_stream_arn: "AuditStreamArn",
}

Instance Attribute Summary collapse

Instance Attribute Details

#audit_stream_arnString

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

Returns:

  • (String)

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

#fleet_arnString

The ARN of the fleet.

Returns:

  • (String)

    The ARN of the fleet.