class Amazonite::Ssm::S3OutputUrl

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

Defined in:

ssm/s3_output_url.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(output_url : String | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[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_url : String | Nil #

A URL for an S3 bucket where you want to store the results of this request.


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

A URL for an S3 bucket where you want to store the results of this request.


[View source]
def validate! : Nil #

[View source]