Class: Aws::WorkSpacesWeb::Types::UserAccessLoggingSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::UserAccessLoggingSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
A user access logging settings resource that can be associated with a web portal.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associated_portal_arns ⇒ Array<String>
A list of web portal ARNs that this user access logging settings is associated with.
-
#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
#associated_portal_arns ⇒ Array<String>
A list of web portal ARNs that this user access logging settings is associated with.
3829 3830 3831 3832 3833 3834 3835 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3829 class UserAccessLoggingSettings < Struct.new( :associated_portal_arns, :kinesis_stream_arn, :user_access_logging_settings_arn) SENSITIVE = [] include Aws::Structure end |
#kinesis_stream_arn ⇒ String
The ARN of the Kinesis stream.
3829 3830 3831 3832 3833 3834 3835 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3829 class UserAccessLoggingSettings < Struct.new( :associated_portal_arns, :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.
3829 3830 3831 3832 3833 3834 3835 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3829 class UserAccessLoggingSettings < Struct.new( :associated_portal_arns, :kinesis_stream_arn, :user_access_logging_settings_arn) SENSITIVE = [] include Aws::Structure end |