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.
3694 3695 3696 3697 3698 3699 3700 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3694 class UpdateUserAccessLoggingSettingsRequest < Struct.new( :client_token, :kinesis_stream_arn, :user_access_logging_settings_arn) SENSITIVE = [] include Aws::Structure end |
#kinesis_stream_arn ⇒ String
The ARN of the Kinesis stream.
3694 3695 3696 3697 3698 3699 3700 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3694 class UpdateUserAccessLoggingSettingsRequest < Struct.new( :client_token, :kinesis_stream_arn, :user_access_logging_settings_arn) SENSITIVE = [] include Aws::Structure end |
#user_access_logging_settings_arn ⇒ String
The ARN of the user access logging settings.
3694 3695 3696 3697 3698 3699 3700 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3694 class UpdateUserAccessLoggingSettingsRequest < Struct.new( :client_token, :kinesis_stream_arn, :user_access_logging_settings_arn) SENSITIVE = [] include Aws::Structure end |