Class: Aws::WorkSpacesWeb::Types::UpdateUserAccessLoggingSettingsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request.

If you do not specify a client token, one is automatically generated by the AWS SDK.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


2918
2919
2920
2921
2922
2923
2924
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2918

class UpdateUserAccessLoggingSettingsRequest < Struct.new(
  :client_token,
  :kinesis_stream_arn,
  :user_access_logging_settings_arn)
  SENSITIVE = []
  include Aws::Structure
end

#kinesis_stream_arnString

The ARN of the Kinesis stream.

Returns:

  • (String)


2918
2919
2920
2921
2922
2923
2924
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2918

class UpdateUserAccessLoggingSettingsRequest < Struct.new(
  :client_token,
  :kinesis_stream_arn,
  :user_access_logging_settings_arn)
  SENSITIVE = []
  include Aws::Structure
end

#user_access_logging_settings_arnString

The ARN of the user access logging settings.

Returns:

  • (String)


2918
2919
2920
2921
2922
2923
2924
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2918

class UpdateUserAccessLoggingSettingsRequest < Struct.new(
  :client_token,
  :kinesis_stream_arn,
  :user_access_logging_settings_arn)
  SENSITIVE = []
  include Aws::Structure
end