Class: Aws::Types::SessionManagerOutputUrl
- Inherits:
-
Object
- Object
- Aws::Types::SessionManagerOutputUrl
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_output_url ⇒ ::String
Returns the value of attribute cloud_watch_output_url.
-
#s3_output_url ⇒ ::String
Returns the value of attribute s3_output_url.
Instance Attribute Details
#cloud_watch_output_url ⇒ ::String
Returns the value of attribute cloud_watch_output_url.
4122 4123 4124 |
# File 'sig/types.rbs', line 4122 def cloud_watch_output_url @cloud_watch_output_url end |
#s3_output_url ⇒ ::String
Returns the value of attribute s3_output_url.
4121 4122 4123 |
# File 'sig/types.rbs', line 4121 def s3_output_url @s3_output_url end |