class
Amazonite::Ssm::InstanceAssociationOutputUrl
- Amazonite::Ssm::InstanceAssociationOutputUrl
- Reference
- Object
Overview
The URL of S3 bucket where you want to store the results of this request.
Included Modules
- JSON::Serializable
Defined in:
ssm/instance_association_output_url.crConstructors
- .new(pull : JSON::PullParser)
- .new(s3_output_url : S3OutputUrl | 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) -
#s3_output_url : S3OutputUrl | Nil
The URL of S3 bucket where you want to store the results of this request.
-
#s3_output_url=(s3_output_url : S3OutputUrl | Nil)
The URL of 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 s3_output_url : S3OutputUrl | Nil
#
The URL of S3 bucket where you want to store the results of this request.
def s3_output_url=(s3_output_url : S3OutputUrl | Nil)
#
The URL of S3 bucket where you want to store the results of this request.