Class: Aws::Types::ValidateSecurityProfileBehaviorsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#validBoolean

Returns the value of attribute valid.



5427
5428
5429
# File 'sig/types.rbs', line 5427

def valid
  @valid
end

#validation_errors::Array[Types::ValidationError]

Returns the value of attribute validation_errors.



5428
5429
5430
# File 'sig/types.rbs', line 5428

def validation_errors
  @validation_errors
end