Class: Aws::Types::CreateMaintenanceWindowRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_unassociated_targetsBoolean

Returns the value of attribute allow_unassociated_targets.

Returns:

  • (Boolean)


744
745
746
# File 'sig/types.rbs', line 744

def allow_unassociated_targets
  @allow_unassociated_targets
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


745
746
747
# File 'sig/types.rbs', line 745

def client_token
  @client_token
end

#cutoff::Integer

Returns the value of attribute cutoff.

Returns:

  • (::Integer)


743
744
745
# File 'sig/types.rbs', line 743

def cutoff
  @cutoff
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


736
737
738
# File 'sig/types.rbs', line 736

def description
  @description
end

#duration::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


742
743
744
# File 'sig/types.rbs', line 742

def duration
  @duration
end

#end_date::String

Returns the value of attribute end_date.

Returns:

  • (::String)


738
739
740
# File 'sig/types.rbs', line 738

def end_date
  @end_date
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


735
736
737
# File 'sig/types.rbs', line 735

def name
  @name
end

#schedule::String

Returns the value of attribute schedule.

Returns:

  • (::String)


739
740
741
# File 'sig/types.rbs', line 739

def schedule
  @schedule
end

#schedule_offset::Integer

Returns the value of attribute schedule_offset.

Returns:

  • (::Integer)


741
742
743
# File 'sig/types.rbs', line 741

def schedule_offset
  @schedule_offset
end

#schedule_timezone::String

Returns the value of attribute schedule_timezone.

Returns:

  • (::String)


740
741
742
# File 'sig/types.rbs', line 740

def schedule_timezone
  @schedule_timezone
end

#start_date::String

Returns the value of attribute start_date.

Returns:

  • (::String)


737
738
739
# File 'sig/types.rbs', line 737

def start_date
  @start_date
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



746
747
748
# File 'sig/types.rbs', line 746

def tags
  @tags
end