class Amazonite::Ssm::ValidationFindingScope

Overview

Identifies the specific resource scope of a validation finding.

Included Modules

Defined in:

ssm/validation_finding_scope.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(type : ValidationFindingScopeType | Nil = nil, id : String | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def id : String | Nil #

The ID of the resource within the scope.


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

The ID of the resource within the scope.


[View source]
def type : ValidationFindingScopeType | Nil #

The type of the resource scope.


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

The type of the resource scope.


[View source]
def validate! : Nil #

[View source]