Class: Aws::Types::CreateMaintenanceWindowRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMaintenanceWindowRequest
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#cutoff ⇒ ::Integer
Returns the value of attribute cutoff.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#duration ⇒ ::Integer
Returns the value of attribute duration.
-
#end_date ⇒ ::String
Returns the value of attribute end_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#allow_unassociated_targets ⇒ Boolean
Returns the value of attribute allow_unassociated_targets.
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.
745 746 747 |
# File 'sig/types.rbs', line 745 def client_token @client_token end |
#cutoff ⇒ ::Integer
Returns the value of attribute cutoff.
743 744 745 |
# File 'sig/types.rbs', line 743 def cutoff @cutoff end |
#description ⇒ ::String
Returns the value of attribute description.
736 737 738 |
# File 'sig/types.rbs', line 736 def description @description end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
742 743 744 |
# File 'sig/types.rbs', line 742 def duration @duration end |
#end_date ⇒ ::String
Returns the value of attribute end_date.
738 739 740 |
# File 'sig/types.rbs', line 738 def end_date @end_date end |
#name ⇒ ::String
Returns the value of attribute name.
735 736 737 |
# File 'sig/types.rbs', line 735 def name @name end |
#schedule ⇒ ::String
Returns the value of attribute schedule.
739 740 741 |
# File 'sig/types.rbs', line 739 def schedule @schedule end |
#schedule_offset ⇒ ::Integer
Returns the value of attribute schedule_offset.
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.
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.
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.
746 747 748 |
# File 'sig/types.rbs', line 746 def @tags end |