class
Amazonite::Ssm::ValidationFindingScope
- Amazonite::Ssm::ValidationFindingScope
- Reference
- Object
Overview
Identifies the specific resource scope of a validation finding.
Included Modules
- JSON::Serializable
Defined in:
ssm/validation_finding_scope.crConstructors
- .new(pull : JSON::PullParser)
- .new(type : ValidationFindingScopeType | Nil = nil, id : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#id : String | Nil
The ID of the resource within the scope.
-
#id=(id : String | Nil)
The ID of the resource within the scope.
-
#type : ValidationFindingScopeType | Nil
The type of the resource scope.
-
#type=(type : ValidationFindingScopeType | Nil)
The type of the resource scope.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.