class Amazonite::Ssm::UpdateMaintenanceWindowResult

Included Modules

Defined in:

ssm/update_maintenance_window_result.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(window_id : String | Nil = nil, name : String | Nil = nil, description : String | Nil = nil, start_date : String | Nil = nil, end_date : String | Nil = nil, schedule : String | Nil = nil, schedule_timezone : String | Nil = nil, schedule_offset : Int32 | Nil = nil, duration : Int32 | Nil = nil, cutoff : Int32 | Nil = nil, allow_unassociated_targets : Bool | Nil = nil, enabled : Bool | Nil = nil) #

[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 allow_unassociated_targets : Bool | Nil #

Whether targets must be registered with the maintenance window before tasks can be defined for those targets.


[View source]
def allow_unassociated_targets=(allow_unassociated_targets : Bool | Nil) #

Whether targets must be registered with the maintenance window before tasks can be defined for those targets.


[View source]
def cutoff : Int32 | Nil #

The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling new tasks for execution.


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

The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling new tasks for execution.


[View source]
def description : String | Nil #

An optional description of the update.


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

An optional description of the update.


[View source]
def duration : Int32 | Nil #

The duration of the maintenance window in hours.


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

The duration of the maintenance window in hours.


[View source]
def enabled : Bool | Nil #

Whether the maintenance window is enabled.


[View source]
def enabled=(enabled : Bool | Nil) #

Whether the maintenance window is enabled.


[View source]
def end_date : String | Nil #

The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive. The maintenance window won't run after this specified time.


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

The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive. The maintenance window won't run after this specified time.


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

See Object#hash(hasher)


def name : String | Nil #

The name of the maintenance window.


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

The name of the maintenance window.


[View source]
def schedule : String | Nil #

The schedule of the maintenance window in the form of a cron or rate expression.


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

The schedule of the maintenance window in the form of a cron or rate expression.


[View source]
def schedule_offset : Int32 | Nil #

The number of days to wait to run a maintenance window after the scheduled cron expression date and time.


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

The number of days to wait to run a maintenance window after the scheduled cron expression date and time.


[View source]
def schedule_timezone : String | Nil #

The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or "Asia/Seoul". For more information, see the Time Zone Database on the IANA website.


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

The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or "Asia/Seoul". For more information, see the Time Zone Database on the IANA website.


[View source]
def start_date : String | Nil #

The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active. The maintenance window won't run before this specified time.


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

The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active. The maintenance window won't run before this specified time.


[View source]
def validate! : Nil #

[View source]
def window_id : String | Nil #

The ID of the created maintenance window.


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

The ID of the created maintenance window.


[View source]