Class: Aws::WorkSpacesWeb::Types::CreateUserAccessLoggingSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::CreateUserAccessLoggingSettingsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user_access_logging_settings_arn ⇒ String
The ARN of the user access logging settings.
Instance Attribute Details
#user_access_logging_settings_arn ⇒ String
The ARN of the user access logging settings.
1008 1009 1010 1011 1012 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1008 class CreateUserAccessLoggingSettingsResponse < Struct.new( :user_access_logging_settings_arn) SENSITIVE = [] include Aws::Structure end |