class
Amazonite::Ssm::ValidationFinding
- Amazonite::Ssm::ValidationFinding
- Reference
- Object
Overview
A validation finding from a cloud connector validation check.
Included Modules
- JSON::Serializable
Defined in:
ssm/validation_finding.crConstructors
- .new(pull : JSON::PullParser)
- .new(type : ValidationFindingType | Nil = nil, code : ValidationFindingCode | Nil = nil, message : String | Nil = nil, provider_message : String | Nil = nil, scope : ValidationFindingScope | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#code : ValidationFindingCode | Nil
A code that identifies the specific validation finding.
-
#code=(code : ValidationFindingCode | Nil)
A code that identifies the specific validation finding.
-
#hash(hasher)
See
Object#hash(hasher) -
#message : String | Nil
A message that describes the validation finding.
-
#message=(message : String | Nil)
A message that describes the validation finding.
-
#provider_message : String | Nil
A message from the third-party cloud provider related to the validation finding.
-
#provider_message=(provider_message : String | Nil)
A message from the third-party cloud provider related to the validation finding.
-
#scope : ValidationFindingScope | Nil
The scope of the validation finding, identifying the specific resource affected.
-
#scope=(scope : ValidationFindingScope | Nil)
The scope of the validation finding, identifying the specific resource affected.
-
#type : ValidationFindingType | Nil
The type of the validation finding.
-
#type=(type : ValidationFindingType | Nil)
The type of the validation finding.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A code that identifies the specific validation finding.
A message from the third-party cloud provider related to the validation finding.
A message from the third-party cloud provider related to the validation finding.
The scope of the validation finding, identifying the specific resource affected.
The scope of the validation finding, identifying the specific resource affected.