Class: Aws::Types::GetMaintenanceWindowResult
- Inherits:
-
Object
- Object
- Aws::Types::GetMaintenanceWindowResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_unassociated_targets ⇒ Boolean
Returns the value of attribute allow_unassociated_targets.
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#cutoff ⇒ ::Integer
Returns the value of attribute cutoff.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#duration ⇒ ::Integer
Returns the value of attribute duration.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#end_date ⇒ ::String
Returns the value of attribute end_date.
-
#modified_date ⇒ ::Time
Returns the value of attribute modified_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next_execution_time ⇒ ::String
Returns the value of attribute next_execution_time.
-
#schedule ⇒ ::String
Returns the value of attribute schedule.
-
#schedule_offset ⇒ ::Integer
Returns the value of attribute schedule_offset.
-
#schedule_timezone ⇒ ::String
Returns the value of attribute schedule_timezone.
-
#start_date ⇒ ::String
Returns the value of attribute start_date.
-
#window_id ⇒ ::String
Returns the value of attribute window_id.
Instance Attribute Details
#allow_unassociated_targets ⇒ Boolean
Returns the value of attribute allow_unassociated_targets.
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.
1972 1973 1974 |
# File 'sig/types.rbs', line 1972 def created_date @created_date end |
#cutoff ⇒ ::Integer
Returns the value of attribute cutoff.
1969 1970 1971 |
# File 'sig/types.rbs', line 1969 def cutoff @cutoff end |
#description ⇒ ::String
Returns the value of attribute description.
1961 1962 1963 |
# File 'sig/types.rbs', line 1961 def description @description end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
1968 1969 1970 |
# File 'sig/types.rbs', line 1968 def duration @duration end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1971 1972 1973 |
# File 'sig/types.rbs', line 1971 def enabled @enabled end |
#end_date ⇒ ::String
Returns the value of attribute end_date.
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.
1973 1974 1975 |
# File 'sig/types.rbs', line 1973 def modified_date @modified_date end |
#name ⇒ ::String
Returns the value of attribute name.
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.
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.
1964 1965 1966 |
# File 'sig/types.rbs', line 1964 def schedule @schedule end |
#schedule_offset ⇒ ::Integer
Returns the value of attribute schedule_offset.
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.
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.
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.
1959 1960 1961 |
# File 'sig/types.rbs', line 1959 def window_id @window_id end |