class Amazonite::SsmV1::LoggingInfo

Included Modules

Defined in:

ssm_v1/logging_info.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(s3_bucket_name : String, s3_region : String, s3_key_prefix : String | Nil = nil) #

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

[View source]

Instance Method Detail

def s3_bucket_name : String #

[View source]
def s3_bucket_name=(s3_bucket_name : String) #

[View source]
def s3_key_prefix : String | Nil #

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

[View source]
def s3_region : String #

[View source]
def s3_region=(s3_region : String) #

[View source]