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 Amazon Web Services SDK.

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

Returns:

  • (String)


3008
3009
3010
3011
3012
3013
3014
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3008

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)


3008
3009
3010
3011
3012
3013
3014
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3008

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)


3008
3009
3010
3011
3012
3013
3014
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3008

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