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.
1983 1984 1985 |
# File 'sig/types.rbs', line 1983 def cluster_identifier @cluster_identifier end |
#defer_maintenance ⇒ Boolean
Returns the value of attribute defer_maintenance.
1984 1985 1986 |
# File 'sig/types.rbs', line 1984 def defer_maintenance @defer_maintenance end |
#defer_maintenance_duration ⇒ ::Integer
Returns the value of attribute defer_maintenance_duration.
1988 1989 1990 |
# File 'sig/types.rbs', line 1988 def defer_maintenance_duration @defer_maintenance_duration end |
#defer_maintenance_end_time ⇒ ::Time
Returns the value of attribute defer_maintenance_end_time.
1987 1988 1989 |
# File 'sig/types.rbs', line 1987 def defer_maintenance_end_time @defer_maintenance_end_time end |
#defer_maintenance_identifier ⇒ ::String
Returns the value of attribute defer_maintenance_identifier.
1985 1986 1987 |
# File 'sig/types.rbs', line 1985 def defer_maintenance_identifier @defer_maintenance_identifier end |
#defer_maintenance_start_time ⇒ ::Time
Returns the value of attribute defer_maintenance_start_time.
1986 1987 1988 |
# File 'sig/types.rbs', line 1986 def defer_maintenance_start_time @defer_maintenance_start_time end |