Class: Aws::Types::ExecuteCommandLogConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ExecuteCommandLogConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_encryption_enabled ⇒ Boolean
Returns the value of attribute cloud_watch_encryption_enabled.
-
#cloud_watch_log_group_name ⇒ ::String
Returns the value of attribute cloud_watch_log_group_name.
-
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
-
#s3_encryption_enabled ⇒ Boolean
Returns the value of attribute s3_encryption_enabled.
-
#s3_key_prefix ⇒ ::String
Returns the value of attribute s3_key_prefix.
Instance Attribute Details
#cloud_watch_encryption_enabled ⇒ Boolean
Returns the value of attribute cloud_watch_encryption_enabled.
1215 1216 1217 |
# File 'sig/types.rbs', line 1215 def cloud_watch_encryption_enabled @cloud_watch_encryption_enabled end |
#cloud_watch_log_group_name ⇒ ::String
Returns the value of attribute cloud_watch_log_group_name.
1214 1215 1216 |
# File 'sig/types.rbs', line 1214 def cloud_watch_log_group_name @cloud_watch_log_group_name end |
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def s3_bucket_name @s3_bucket_name end |
#s3_encryption_enabled ⇒ Boolean
Returns the value of attribute s3_encryption_enabled.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def s3_encryption_enabled @s3_encryption_enabled end |
#s3_key_prefix ⇒ ::String
Returns the value of attribute s3_key_prefix.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def s3_key_prefix @s3_key_prefix end |