Class: Aws::IoT::Types::ValidateSecurityProfileBehaviorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ValidateSecurityProfileBehaviorsResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#valid ⇒ Boolean
True if the behaviors were valid.
-
#validation_errors ⇒ Array<Types::ValidationError>
The list of any errors found in the behaviors.
Instance Attribute Details
#valid ⇒ Boolean
True if the behaviors were valid.
18608 18609 18610 18611 18612 18613 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 18608 class ValidateSecurityProfileBehaviorsResponse < Struct.new( :valid, :validation_errors) SENSITIVE = [] include Aws::Structure end |
#validation_errors ⇒ Array<Types::ValidationError>
The list of any errors found in the behaviors.
18608 18609 18610 18611 18612 18613 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 18608 class ValidateSecurityProfileBehaviorsResponse < Struct.new( :valid, :validation_errors) SENSITIVE = [] include Aws::Structure end |