class
Amazonite::Ssm::OutputSource
- Amazonite::Ssm::OutputSource
- Reference
- Object
Overview
Information about the source where the association execution details are stored.
Included Modules
- JSON::Serializable
Defined in:
ssm/output_source.crConstructors
- .new(pull : JSON::PullParser)
- .new(output_source_id : String | Nil = nil, output_source_type : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#output_source_id : String | Nil
The ID of the output source, for example the URL of an S3 bucket.
-
#output_source_id=(output_source_id : String | Nil)
The ID of the output source, for example the URL of an S3 bucket.
-
#output_source_type : String | Nil
The type of source where the association execution details are stored, for example, Amazon S3.
-
#output_source_type=(output_source_type : String | Nil)
The type of source where the association execution details are stored, for example, Amazon S3.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The ID of the output source, for example the URL of an S3 bucket.
The ID of the output source, for example the URL of an S3 bucket.
The type of source where the association execution details are stored, for example, Amazon S3.
The type of source where the association execution details are stored, for example, Amazon S3.