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.
-
#tag_propagation_configuration ⇒ Types::TagPropagationConfiguration
Returns the value of attribute tag_propagation_configuration.
Instance Attribute Details
#backup_configuration ⇒ Types::LogsBackupConfiguration
Returns the value of attribute backup_configuration.
200 201 202 |
# File 'sig/types.rbs', line 200 def backup_configuration @backup_configuration end |
#log_group_name_configuration ⇒ Types::LogGroupNameConfiguration
Returns the value of attribute log_group_name_configuration.
201 202 203 |
# File 'sig/types.rbs', line 201 def log_group_name_configuration @log_group_name_configuration end |
#logs_encryption_configuration ⇒ Types::LogsEncryptionConfiguration
Returns the value of attribute logs_encryption_configuration.
199 200 201 |
# File 'sig/types.rbs', line 199 def logs_encryption_configuration @logs_encryption_configuration end |
#tag_propagation_configuration ⇒ Types::TagPropagationConfiguration
Returns the value of attribute tag_propagation_configuration.
202 203 204 |
# File 'sig/types.rbs', line 202 def tag_propagation_configuration @tag_propagation_configuration end |