Class: Aws::Types::ModifyClusterMaintenanceMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyClusterMaintenanceMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#defer_maintenance ⇒ Boolean
Returns the value of attribute defer_maintenance.
-
#defer_maintenance_duration ⇒ ::Integer
Returns the value of attribute defer_maintenance_duration.
-
#defer_maintenance_end_time ⇒ ::Time
Returns the value of attribute defer_maintenance_end_time.
-
#defer_maintenance_identifier ⇒ ::String
Returns the value of attribute defer_maintenance_identifier.
-
#defer_maintenance_start_time ⇒ ::Time
Returns the value of attribute defer_maintenance_start_time.
Instance Attribute Details
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
1994 1995 1996 |
# File 'sig/types.rbs', line 1994 def cluster_identifier @cluster_identifier end |
#defer_maintenance ⇒ Boolean
Returns the value of attribute defer_maintenance.
1995 1996 1997 |
# File 'sig/types.rbs', line 1995 def defer_maintenance @defer_maintenance end |
#defer_maintenance_duration ⇒ ::Integer
Returns the value of attribute defer_maintenance_duration.
1999 2000 2001 |
# File 'sig/types.rbs', line 1999 def defer_maintenance_duration @defer_maintenance_duration end |
#defer_maintenance_end_time ⇒ ::Time
Returns the value of attribute defer_maintenance_end_time.
1998 1999 2000 |
# File 'sig/types.rbs', line 1998 def defer_maintenance_end_time @defer_maintenance_end_time end |
#defer_maintenance_identifier ⇒ ::String
Returns the value of attribute defer_maintenance_identifier.
1996 1997 1998 |
# File 'sig/types.rbs', line 1996 def defer_maintenance_identifier @defer_maintenance_identifier end |
#defer_maintenance_start_time ⇒ ::Time
Returns the value of attribute defer_maintenance_start_time.
1997 1998 1999 |
# File 'sig/types.rbs', line 1997 def defer_maintenance_start_time @defer_maintenance_start_time end |