class
Amazonite::Ssm::InstanceAssociationOutputLocation
- Amazonite::Ssm::InstanceAssociationOutputLocation
- Reference
- Object
Overview
An S3 bucket where you want to store the results of this request.
For the minimal permissions required to enable Amazon S3 output for an association, see Create an association (console) in the Systems Manager User Guide.
Included Modules
- JSON::Serializable
Defined in:
ssm/instance_association_output_location.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#s3_location : S3OutputLocation | Nil
An S3 bucket where you want to store the results of this request.
-
#s3_location=(s3_location : S3OutputLocation | Nil)
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 s3_location : S3OutputLocation | Nil
#
An S3 bucket where you want to store the results of this request.
def s3_location=(s3_location : S3OutputLocation | Nil)
#
An S3 bucket where you want to store the results of this request.