Class: Aws::Types::ConnectorSsmCommandConfig
- Inherits:
-
Object
- Object
- Aws::Types::ConnectorSsmCommandConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_log_group_name ⇒ ::String
Returns the value of attribute cloud_watch_log_group_name.
-
#cloud_watch_output_enabled ⇒ Boolean
Returns the value of attribute cloud_watch_output_enabled.
-
#output_s3_bucket_name ⇒ ::String
Returns the value of attribute output_s3_bucket_name.
-
#s3_output_enabled ⇒ Boolean
Returns the value of attribute s3_output_enabled.
Instance Attribute Details
#cloud_watch_log_group_name ⇒ ::String
Returns the value of attribute cloud_watch_log_group_name.
130 131 132 |
# File 'sig/types.rbs', line 130 def cloud_watch_log_group_name @cloud_watch_log_group_name end |
#cloud_watch_output_enabled ⇒ Boolean
Returns the value of attribute cloud_watch_output_enabled.
129 130 131 |
# File 'sig/types.rbs', line 129 def cloud_watch_output_enabled @cloud_watch_output_enabled end |
#output_s3_bucket_name ⇒ ::String
Returns the value of attribute output_s3_bucket_name.
128 129 130 |
# File 'sig/types.rbs', line 128 def output_s3_bucket_name @output_s3_bucket_name end |
#s3_output_enabled ⇒ Boolean
Returns the value of attribute s3_output_enabled.
127 128 129 |
# File 'sig/types.rbs', line 127 def s3_output_enabled @s3_output_enabled end |