class Amazonite::SsmV1::CommandPlugin

Included Modules

Defined in:

ssm_v1/command_plugin.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(name : String | Nil = nil, status : CommandPluginStatus | Nil = nil, status_details : String | Nil = nil, response_code : Int32 | Nil = nil, response_start_date_time : Time | Nil = nil, response_finish_date_time : Time | Nil = nil, output : String | Nil = nil, standard_output_url : String | Nil = nil, standard_error_url : String | Nil = nil, 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 name : String | Nil #

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

[View source]
def output : String | Nil #

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

[View source]
def output_s3_bucket_name : String | Nil #

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

[View source]
def output_s3_key_prefix : String | Nil #

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

[View source]
def output_s3_region : String | Nil #

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

[View source]
def response_code : Int32 | Nil #

[View source]
def response_code=(response_code : Int32 | Nil) #

[View source]
def response_finish_date_time : Time | Nil #

[View source]
def response_finish_date_time=(response_finish_date_time : Time | Nil) #

[View source]
def response_start_date_time : Time | Nil #

[View source]
def response_start_date_time=(response_start_date_time : Time | Nil) #

[View source]
def standard_error_url : String | Nil #

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

[View source]
def standard_output_url : String | Nil #

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

[View source]
def status : CommandPluginStatus | Nil #

[View source]
def status=(status : CommandPluginStatus | Nil) #

[View source]
def status_details : String | Nil #

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

[View source]