Class: Aws::WorkLink::Types::UpdateAuditStreamConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkLink::Types::UpdateAuditStreamConfigurationRequest
- 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 receives the audit events.
-
#fleet_arn ⇒ String
The ARN of the fleet.
Instance Attribute Details
#audit_stream_arn ⇒ String
The ARN of the Amazon Kinesis data stream that receives the audit events.
1088 1089 1090 1091 1092 1093 |
# File 'lib/aws-sdk-worklink/types.rb', line 1088 class UpdateAuditStreamConfigurationRequest < Struct.new( :fleet_arn, :audit_stream_arn) SENSITIVE = [] include Aws::Structure end |
#fleet_arn ⇒ String
The ARN of the fleet.
1088 1089 1090 1091 1092 1093 |
# File 'lib/aws-sdk-worklink/types.rb', line 1088 class UpdateAuditStreamConfigurationRequest < Struct.new( :fleet_arn, :audit_stream_arn) SENSITIVE = [] include Aws::Structure end |