class Amazonite::Ssm::ValidationFinding

Overview

A validation finding from a cloud connector validation check.

Included Modules

Defined in:

ssm/validation_finding.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(type : ValidationFindingType | Nil = nil, code : ValidationFindingCode | Nil = nil, message : String | Nil = nil, provider_message : String | Nil = nil, scope : ValidationFindingScope | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def code : ValidationFindingCode | Nil #

A code that identifies the specific validation finding.


[View source]
def code=(code : ValidationFindingCode | Nil) #

A code that identifies the specific validation finding.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def message : String | Nil #

A message that describes the validation finding.


[View source]
def message=(message : String | Nil) #

A message that describes the validation finding.


[View source]
def provider_message : String | Nil #

A message from the third-party cloud provider related to the validation finding.


[View source]
def provider_message=(provider_message : String | Nil) #

A message from the third-party cloud provider related to the validation finding.


[View source]
def scope : ValidationFindingScope | Nil #

The scope of the validation finding, identifying the specific resource affected.


[View source]
def scope=(scope : ValidationFindingScope | Nil) #

The scope of the validation finding, identifying the specific resource affected.


[View source]
def type : ValidationFindingType | Nil #

The type of the validation finding.


[View source]
def type=(type : ValidationFindingType | Nil) #

The type of the validation finding.


[View source]
def validate! : Nil #

[View source]