Class: Aws::WorkSpacesWeb::Types::AssociateUserAccessLoggingSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::AssociateUserAccessLoggingSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#portal_arn ⇒ String
The ARN of the web portal.
-
#user_access_logging_settings_arn ⇒ String
The ARN of the user access logging settings.
Instance Attribute Details
#portal_arn ⇒ String
The ARN of the web portal.
206 207 208 209 210 211 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 206 class AssociateUserAccessLoggingSettingsRequest < Struct.new( :portal_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.
206 207 208 209 210 211 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 206 class AssociateUserAccessLoggingSettingsRequest < Struct.new( :portal_arn, :user_access_logging_settings_arn) SENSITIVE = [] include Aws::Structure end |