Class: Aws::WorkSpacesWeb::Types::AssociateUserAccessLoggingSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::AssociateUserAccessLoggingSettingsResponse
- 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.
223 224 225 226 227 228 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 223 class AssociateUserAccessLoggingSettingsResponse < 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.
223 224 225 226 227 228 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 223 class AssociateUserAccessLoggingSettingsResponse < Struct.new( :portal_arn, :user_access_logging_settings_arn) SENSITIVE = [] include Aws::Structure end |