Class: Aws::WorkSpacesWeb::Types::CreateUserAccessLoggingSettingsRequest

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 returns 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)


892
893
894
895
896
897
898
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 892

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

#kinesis_stream_arnString

The ARN of the Kinesis stream.

Returns:

  • (String)


892
893
894
895
896
897
898
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 892

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

#tagsArray<Types::Tag>

The tags to add to the user settings resource. A tag is a key-value pair.

Returns:



892
893
894
895
896
897
898
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 892

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