class Amazonite::Ssm::SessionManagerOutputUrl

Overview

Reserved for future use.

Included Modules

Defined in:

ssm/session_manager_output_url.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

Reserved for future use.


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

Reserved for future use.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def s3_output_url : String | Nil #

Reserved for future use.


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

Reserved for future use.


[View source]
def validate! : Nil #

[View source]