Class: Aws::WorkSpacesWeb::Types::UpdateUserAccessLoggingSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::UpdateUserAccessLoggingSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#kinesis_stream_arn ⇒ String
The ARN of the Kinesis stream.
-
#user_access_logging_settings_arn ⇒ String
The ARN of the user access logging settings.
Instance Attribute Details
#client_token ⇒ String
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.
4455 4456 4457 4458 4459 4460 4461 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4455 class UpdateUserAccessLoggingSettingsRequest < Struct.new( :user_access_logging_settings_arn, :kinesis_stream_arn, :client_token) SENSITIVE = [] include Aws::Structure end |
#kinesis_stream_arn ⇒ String
The ARN of the Kinesis stream.
4455 4456 4457 4458 4459 4460 4461 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4455 class UpdateUserAccessLoggingSettingsRequest < Struct.new( :user_access_logging_settings_arn, :kinesis_stream_arn, :client_token) SENSITIVE = [] include Aws::Structure end |
#user_access_logging_settings_arn ⇒ String
The ARN of the user access logging settings.
4455 4456 4457 4458 4459 4460 4461 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4455 class UpdateUserAccessLoggingSettingsRequest < Struct.new( :user_access_logging_settings_arn, :kinesis_stream_arn, :client_token) SENSITIVE = [] include Aws::Structure end |