Class: Aws::MQ::Types::SanitizationWarning

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mq/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

Instance Attribute Details

#attribute_nameString

The name of the configuration attribute that has been sanitized.

Returns:

  • (String)


2517
2518
2519
2520
2521
2522
2523
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2517

class SanitizationWarning < Struct.new(
  :attribute_name,
  :element_name,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#element_nameString

The name of the configuration element that has been sanitized.

Returns:

  • (String)


2517
2518
2519
2520
2521
2522
2523
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2517

class SanitizationWarning < Struct.new(
  :attribute_name,
  :element_name,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason for which the configuration elements or attributes were sanitized.

Returns:

  • (String)


2517
2518
2519
2520
2521
2522
2523
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 2517

class SanitizationWarning < Struct.new(
  :attribute_name,
  :element_name,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end