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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspacesweb/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>)


3137
3138
3139
3140
3141
3142
3143
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3137

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)


3137
3138
3139
3140
3141
3142
3143
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3137

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)


3137
3138
3139
3140
3141
3142
3143
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3137

class UserAccessLoggingSettings < Struct.new(
  :associated_portal_arns,
  :kinesis_stream_arn,
  :user_access_logging_settings_arn)
  SENSITIVE = []
  include Aws::Structure
end