Class: Aws::MQ::Types::SanitizationWarning
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::SanitizationWarning
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mq/types.rb
Overview
Returns information about the configuration element or attribute that was sanitized in the configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_name ⇒ String
The name of the configuration attribute that has been sanitized.
-
#element_name ⇒ String
The name of the configuration element that has been sanitized.
-
#reason ⇒ String
The reason for which the configuration elements or attributes were sanitized.
Instance Attribute Details
#attribute_name ⇒ String
The name of the configuration attribute that has been sanitized.
2534 2535 2536 2537 2538 2539 2540 |
# File 'lib/aws-sdk-mq/types.rb', line 2534 class SanitizationWarning < Struct.new( :attribute_name, :element_name, :reason) SENSITIVE = [] include Aws::Structure end |
#element_name ⇒ String
The name of the configuration element that has been sanitized.
2534 2535 2536 2537 2538 2539 2540 |
# File 'lib/aws-sdk-mq/types.rb', line 2534 class SanitizationWarning < Struct.new( :attribute_name, :element_name, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for which the configuration elements or attributes were sanitized.
2534 2535 2536 2537 2538 2539 2540 |
# File 'lib/aws-sdk-mq/types.rb', line 2534 class SanitizationWarning < Struct.new( :attribute_name, :element_name, :reason) SENSITIVE = [] include Aws::Structure end |