class Amazonite::Ssm::OutputSource

Overview

Information about the source where the association execution details are stored.

Included Modules

Defined in:

ssm/output_source.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(output_source_id : String | Nil = nil, output_source_type : 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_source_id : String | Nil #

The ID of the output source, for example the URL of an S3 bucket.


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

The ID of the output source, for example the URL of an S3 bucket.


[View source]
def output_source_type : String | Nil #

The type of source where the association execution details are stored, for example, Amazon S3.


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

The type of source where the association execution details are stored, for example, Amazon S3.


[View source]
def validate! : Nil #

[View source]