Class: Aws::WorkSpacesWeb::Types::UserAccessLoggingSettings
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::WorkSpacesWeb::Types::UserAccessLoggingSettings
 
- 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
- 
  
    
      #associated_portal_arns  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of web portal ARNs that this user access logging settings is associated with. 
- 
  
    
      #kinesis_stream_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the Kinesis stream. 
- 
  
    
      #user_access_logging_settings_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the user access logging settings. 
Instance Attribute Details
#associated_portal_arns ⇒ Array<String>
A list of web portal ARNs that this user access logging settings is associated with.
| 4283 4284 4285 4286 4287 4288 4289 | # File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 4283 class UserAccessLoggingSettings < Struct.new( :user_access_logging_settings_arn, :associated_portal_arns, :kinesis_stream_arn) SENSITIVE = [] include Aws::Structure end | 
#kinesis_stream_arn ⇒ String
The ARN of the Kinesis stream.
| 4283 4284 4285 4286 4287 4288 4289 | # File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 4283 class UserAccessLoggingSettings < Struct.new( :user_access_logging_settings_arn, :associated_portal_arns, :kinesis_stream_arn) SENSITIVE = [] include Aws::Structure end | 
#user_access_logging_settings_arn ⇒ String
The ARN of the user access logging settings.
| 4283 4284 4285 4286 4287 4288 4289 | # File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 4283 class UserAccessLoggingSettings < Struct.new( :user_access_logging_settings_arn, :associated_portal_arns, :kinesis_stream_arn) SENSITIVE = [] include Aws::Structure end |