Class: Aws::Types::GetMaintenanceWindowResult

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#allow_unassociated_targetsBoolean

Returns the value of attribute allow_unassociated_targets.

Returns:



1970
1971
1972
# File 'sig/types.rbs', line 1970

def allow_unassociated_targets
  @allow_unassociated_targets
end

#created_date::Time

Returns the value of attribute created_date.

Returns:



1972
1973
1974
# File 'sig/types.rbs', line 1972

def created_date
  @created_date
end

#cutoff::Integer

Returns the value of attribute cutoff.

Returns:



1969
1970
1971
# File 'sig/types.rbs', line 1969

def cutoff
  @cutoff
end

#description::String

Returns the value of attribute description.

Returns:



1961
1962
1963
# File 'sig/types.rbs', line 1961

def description
  @description
end

#duration::Integer

Returns the value of attribute duration.

Returns:



1968
1969
1970
# File 'sig/types.rbs', line 1968

def duration
  @duration
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:



1971
1972
1973
# File 'sig/types.rbs', line 1971

def enabled
  @enabled
end

#end_date::String

Returns the value of attribute end_date.

Returns:



1963
1964
1965
# File 'sig/types.rbs', line 1963

def end_date
  @end_date
end

#modified_date::Time

Returns the value of attribute modified_date.

Returns:



1973
1974
1975
# File 'sig/types.rbs', line 1973

def modified_date
  @modified_date
end

#name::String

Returns the value of attribute name.

Returns:



1960
1961
1962
# File 'sig/types.rbs', line 1960

def name
  @name
end

#next_execution_time::String

Returns the value of attribute next_execution_time.

Returns:



1967
1968
1969
# File 'sig/types.rbs', line 1967

def next_execution_time
  @next_execution_time
end

#schedule::String

Returns the value of attribute schedule.

Returns:



1964
1965
1966
# File 'sig/types.rbs', line 1964

def schedule
  @schedule
end

#schedule_offset::Integer

Returns the value of attribute schedule_offset.

Returns:



1966
1967
1968
# File 'sig/types.rbs', line 1966

def schedule_offset
  @schedule_offset
end

#schedule_timezone::String

Returns the value of attribute schedule_timezone.

Returns:



1965
1966
1967
# File 'sig/types.rbs', line 1965

def schedule_timezone
  @schedule_timezone
end

#start_date::String

Returns the value of attribute start_date.

Returns:



1962
1963
1964
# File 'sig/types.rbs', line 1962

def start_date
  @start_date
end

#window_id::String

Returns the value of attribute window_id.

Returns:



1959
1960
1961
# File 'sig/types.rbs', line 1959

def window_id
  @window_id
end