class Amazonite::SsmV1::UpdateMaintenanceWindowTargetResult

Included Modules

Defined in:

ssm_v1/update_maintenance_window_target_result.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(window_id : String | Nil = nil, window_target_id : String | Nil = nil, targets : Array(Target) | Nil = nil, owner_information : String | Nil = nil, name : String | Nil = nil, description : String | Nil = nil) #

[View source]

Instance Method Detail

def description : String | Nil #

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

[View source]
def name : String | Nil #

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

[View source]
def owner_information : String | Nil #

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

[View source]
def targets : Array(Target) | Nil #

[View source]
def targets=(targets : Array(Target) | Nil) #

[View source]
def window_id : String | Nil #

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

[View source]
def window_target_id : String | Nil #

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

[View source]