Class: Aws::Types::AssociateSessionLoggerResponse
- Inherits:
-
Object
- Object
- Aws::Types::AssociateSessionLoggerResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#portal_arn ⇒ ::String
Returns the value of attribute portal_arn.
-
#session_logger_arn ⇒ ::String
Returns the value of attribute session_logger_arn.
Instance Attribute Details
#portal_arn ⇒ ::String
Returns the value of attribute portal_arn.
71 72 73 |
# File 'sig/types.rbs', line 71 def portal_arn @portal_arn end |
#session_logger_arn ⇒ ::String
Returns the value of attribute session_logger_arn.
72 73 74 |
# File 'sig/types.rbs', line 72 def session_logger_arn @session_logger_arn end |