Class: Aws::IoT::Types::ValidateSecurityProfileBehaviorsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#validBoolean

True if the behaviors were valid.

Returns:

  • (Boolean)


17219
17220
17221
17222
17223
17224
# File 'lib/aws-sdk-iot/types.rb', line 17219

class ValidateSecurityProfileBehaviorsResponse < Struct.new(
  :valid,
  :validation_errors)
  SENSITIVE = []
  include Aws::Structure
end

#validation_errorsArray<Types::ValidationError>

The list of any errors found in the behaviors.

Returns:



17219
17220
17221
17222
17223
17224
# File 'lib/aws-sdk-iot/types.rb', line 17219

class ValidateSecurityProfileBehaviorsResponse < Struct.new(
  :valid,
  :validation_errors)
  SENSITIVE = []
  include Aws::Structure
end