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.
821 822 823 |
# File 'sig/types.rbs', line 821 def log_destination_configs @log_destination_configs end |
#redacted_fields ⇒ ::Array[Types::FieldToMatch]
Returns the value of attribute redacted_fields.
822 823 824 |
# File 'sig/types.rbs', line 822 def redacted_fields @redacted_fields end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
820 821 822 |
# File 'sig/types.rbs', line 820 def resource_arn @resource_arn end |