Class: Aws::WorkSpacesWeb::Types::UserAccessLoggingSettings

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#associated_portal_arnsArray<String>

A list of web portal ARNs that this user access logging settings is associated with.

Returns:

  • (Array<String>)


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_arnString

The ARN of the Kinesis stream.

Returns:

  • (String)


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_arnString

The ARN of the user access logging settings.

Returns:

  • (String)


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