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

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 receives the audit events.

Returns:

  • (String)


1088
1089
1090
1091
1092
1093
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 1088

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

#fleet_arnString

The ARN of the fleet.

Returns:

  • (String)


1088
1089
1090
1091
1092
1093
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 1088

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