Class: Aws::WorkSpacesWeb::Types::UserAccessLoggingSettingsSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::UserAccessLoggingSettingsSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
The summary of user access logging settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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
#kinesis_stream_arn ⇒ String
The ARN of the Kinesis stream.
3849 3850 3851 3852 3853 3854 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3849 class UserAccessLoggingSettingsSummary < Struct.new( :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.
3849 3850 3851 3852 3853 3854 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3849 class UserAccessLoggingSettingsSummary < Struct.new( :kinesis_stream_arn, :user_access_logging_settings_arn) SENSITIVE = [] include Aws::Structure end |