Class: Aws::Types::LoggingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LoggingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_destination_configs ⇒ ::Array[::String]
Returns the value of attribute log_destination_configs.
-
#redacted_fields ⇒ ::Array[Types::FieldToMatch]
Returns the value of attribute redacted_fields.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#log_destination_configs ⇒ ::Array[::String]
Returns the value of attribute log_destination_configs.
859 860 861 |
# File 'sig/types.rbs', line 859 def log_destination_configs @log_destination_configs end |
#redacted_fields ⇒ ::Array[Types::FieldToMatch]
Returns the value of attribute redacted_fields.
860 861 862 |
# File 'sig/types.rbs', line 860 def redacted_fields @redacted_fields end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
858 859 860 |
# File 'sig/types.rbs', line 858 def resource_arn @resource_arn end |