Class: Aws::Types::DatabaseStandbySummary
- Inherits:
-
Object
- Object
- Aws::Types::DatabaseStandbySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_domain ⇒ ::String
Returns the value of attribute availability_domain.
-
#lag_time_in_seconds ⇒ ::Integer
Returns the value of attribute lag_time_in_seconds.
-
#maintenance_target_component ⇒ ::String
Returns the value of attribute maintenance_target_component.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#time_data_guard_role_changed ⇒ ::Time
Returns the value of attribute time_data_guard_role_changed.
-
#time_disaster_recovery_role_changed ⇒ ::Time
Returns the value of attribute time_disaster_recovery_role_changed.
-
#time_maintenance_begin ⇒ ::Time
Returns the value of attribute time_maintenance_begin.
-
#time_maintenance_end ⇒ ::Time
Returns the value of attribute time_maintenance_end.
Instance Attribute Details
#availability_domain ⇒ ::String
Returns the value of attribute availability_domain.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def availability_domain @availability_domain end |
#lag_time_in_seconds ⇒ ::Integer
Returns the value of attribute lag_time_in_seconds.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def lag_time_in_seconds @lag_time_in_seconds end |
#maintenance_target_component ⇒ ::String
Returns the value of attribute maintenance_target_component.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def maintenance_target_component @maintenance_target_component end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def status_reason @status_reason end |
#time_data_guard_role_changed ⇒ ::Time
Returns the value of attribute time_data_guard_role_changed.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def time_data_guard_role_changed @time_data_guard_role_changed end |
#time_disaster_recovery_role_changed ⇒ ::Time
Returns the value of attribute time_disaster_recovery_role_changed.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def time_disaster_recovery_role_changed @time_disaster_recovery_role_changed end |
#time_maintenance_begin ⇒ ::Time
Returns the value of attribute time_maintenance_begin.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def time_maintenance_begin @time_maintenance_begin end |
#time_maintenance_end ⇒ ::Time
Returns the value of attribute time_maintenance_end.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def time_maintenance_end @time_maintenance_end end |