Class: Aws::Types::DestinationLogsConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_configurationTypes::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_configurationTypes::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_configurationTypes::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_configurationTypes::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