Class: Aws::Types::DatabaseStandbySummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_domain::String

Returns the value of attribute availability_domain.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • ("AVAILABLE", "FAILED", "PROVISIONING", "TERMINATED", "TERMINATING", "UPDATING", "MAINTENANCE_IN_PROGRESS", "STOPPING", "STOPPED", "STARTING", "UNAVAILABLE", "RESTORE_IN_PROGRESS", "RESTORE_FAILED", "BACKUP_IN_PROGRESS", "SCALE_IN_PROGRESS", "AVAILABLE_NEEDS_ATTENTION", "RESTARTING", "RECREATING", "ROLE_CHANGE_IN_PROGRESS", "UPGRADING", "INACCESSIBLE", "STANDBY")


1084
1085
1086
# File 'sig/types.rbs', line 1084

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


1090
1091
1092
# File 'sig/types.rbs', line 1090

def time_maintenance_end
  @time_maintenance_end
end