Class: Aws::WorkSpacesWeb::Types::AssociateSessionLoggerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::AssociateSessionLoggerResponse
- 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 portal.
-
#session_logger_arn ⇒ String
The ARN of the session logger.
Instance Attribute Details
#portal_arn ⇒ String
The ARN of the portal.
189 190 191 192 193 194 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 189 class AssociateSessionLoggerResponse < Struct.new( :portal_arn, :session_logger_arn) SENSITIVE = [] include Aws::Structure end |
#session_logger_arn ⇒ String
The ARN of the session logger.
189 190 191 192 193 194 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 189 class AssociateSessionLoggerResponse < Struct.new( :portal_arn, :session_logger_arn) SENSITIVE = [] include Aws::Structure end |