class

Amazonite::SsmV1::RegisterTargetWithMaintenanceWindowRequest

Inherits JSON::Serializable < Reference < Object

Constructors

new(window_id : String, resource_type : MaintenanceWindowResourceType, targets : Array(Target), owner_information : String | Nil = nil, name : String | Nil = nil, description : String | Nil = nil, client_token : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

client_token
Source
client_token=(client_token : String | Nil)
Source
description
Source
description=(description : String | Nil)
Source
name
Source
name=(name : String | Nil)
Source
owner_information
Source
owner_information=(owner_information : String | Nil)
Source
resource_type
Source
resource_type=(resource_type : MaintenanceWindowResourceType)
Source
targets
Source
targets=(targets : Array(Target))
Source
window_id
Source
window_id=(window_id : String)
Source