Class: Aws::Types::MultiRegionTargets

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#disaster_recovery_approach"ACTIVE_ACTIVE", ...

Returns the value of attribute disaster_recovery_approach.

Returns:

  • ("ACTIVE_ACTIVE", "HOT_STANDBY", "WARM_STANDBY", "PILOT_LIGHT", "BACKUP_AND_RESTORE")


1005
1006
1007
# File 'sig/types.rbs', line 1005

def disaster_recovery_approach
  @disaster_recovery_approach
end

#rpo_in_minutes::Integer

Returns the value of attribute rpo_in_minutes.

Returns:

  • (::Integer)


1004
1005
1006
# File 'sig/types.rbs', line 1004

def rpo_in_minutes
  @rpo_in_minutes
end

#rto_in_minutes::Integer

Returns the value of attribute rto_in_minutes.

Returns:

  • (::Integer)


1003
1004
1005
# File 'sig/types.rbs', line 1003

def rto_in_minutes
  @rto_in_minutes
end