Class: Aws::Types::DestinationLogsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DestinationLogsConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_configuration ⇒ Types::LogsBackupConfiguration
Returns the value of attribute backup_configuration.
-
#log_group_name_configuration ⇒ Types::LogGroupNameConfiguration
Returns the value of attribute log_group_name_configuration.
-
#logs_encryption_configuration ⇒ Types::LogsEncryptionConfiguration
Returns the value of attribute logs_encryption_configuration.
Instance Attribute Details
#backup_configuration ⇒ Types::LogsBackupConfiguration
Returns the value of attribute backup_configuration.
198 199 200 |
# File 'sig/types.rbs', line 198 def backup_configuration @backup_configuration end |
#log_group_name_configuration ⇒ Types::LogGroupNameConfiguration
Returns the value of attribute log_group_name_configuration.
199 200 201 |
# File 'sig/types.rbs', line 199 def log_group_name_configuration @log_group_name_configuration end |
#logs_encryption_configuration ⇒ Types::LogsEncryptionConfiguration
Returns the value of attribute logs_encryption_configuration.
197 198 199 |
# File 'sig/types.rbs', line 197 def logs_encryption_configuration @logs_encryption_configuration end |