class
Amazonite::Ssm::S3OutputLocation
- Amazonite::Ssm::S3OutputLocation
- Reference
- Object
Overview
An S3 bucket where you want to store the results of this request.
Included Modules
- JSON::Serializable
Defined in:
ssm/s3_output_location.crConstructors
- .new(pull : JSON::PullParser)
- .new(output_s3_region : String | Nil = nil, output_s3_bucket_name : String | Nil = nil, output_s3_key_prefix : 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_s3_bucket_name : String | Nil
The name of the S3 bucket.
-
#output_s3_bucket_name=(output_s3_bucket_name : String | Nil)
The name of the S3 bucket.
-
#output_s3_key_prefix : String | Nil
The S3 bucket subfolder.
-
#output_s3_key_prefix=(output_s3_key_prefix : String | Nil)
The S3 bucket subfolder.
-
#output_s3_region : String | Nil
The Amazon Web Services Region of the S3 bucket.
-
#output_s3_region=(output_s3_region : String | Nil)
The Amazon Web Services Region of the S3 bucket.
- #validate! : Nil
Constructor Detail
def self.new(output_s3_region : String | Nil = nil, output_s3_bucket_name : String | Nil = nil, output_s3_key_prefix : String | Nil = nil)
#
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_s3_region=(output_s3_region : String | Nil)
#
The Amazon Web Services Region of the S3 bucket.