class Amazonite::Ssm::S3OutputLocation

Overview

An S3 bucket where you want to store the results of this request.

Included Modules

Defined in:

ssm/s3_output_location.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(output_s3_region : String | Nil = nil, output_s3_bucket_name : String | Nil = nil, output_s3_key_prefix : String | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def output_s3_bucket_name : String | Nil #

The name of the S3 bucket.


[View source]
def output_s3_bucket_name=(output_s3_bucket_name : String | Nil) #

The name of the S3 bucket.


[View source]
def output_s3_key_prefix : String | Nil #

The S3 bucket subfolder.


[View source]
def output_s3_key_prefix=(output_s3_key_prefix : String | Nil) #

The S3 bucket subfolder.


[View source]
def output_s3_region : String | Nil #

The Amazon Web Services Region of the S3 bucket.


[View source]
def output_s3_region=(output_s3_region : String | Nil) #

The Amazon Web Services Region of the S3 bucket.


[View source]
def validate! : Nil #

[View source]