class
Amazonite::Ssm::S3OutputUrl
- Amazonite::Ssm::S3OutputUrl
- Reference
- Object
Overview
A URL for the Amazon Web Services Systems Manager (Systems Manager) bucket where you want to store the results of this request.
Included Modules
- JSON::Serializable
Defined in:
ssm/s3_output_url.crConstructors
- .new(pull : JSON::PullParser)
- .new(output_url : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#output_url : String | Nil
A URL for an S3 bucket where you want to store the results of this request.
-
#output_url=(output_url : String | Nil)
A URL for an S3 bucket where you want to store the results of this request.
- #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?.
def output_url : String | Nil
#
A URL for an S3 bucket where you want to store the results of this request.
def output_url=(output_url : String | Nil)
#
A URL for an S3 bucket where you want to store the results of this request.