Class: Aws::DLM::Types::FastRestoreRule

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dlm/lib/aws-sdk-dlm/types.rb

Overview

[Custom snapshot policies only] Specifies a rule for enabling fast snapshot restore for snapshots created by snapshot policies. You can enable fast snapshot restore based on either a count or a time interval.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zonesArray<String>

The Availability Zones in which to enable fast snapshot restore.

Returns:

  • (Array<String>)


671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-dlm/lib/aws-sdk-dlm/types.rb', line 671

class FastRestoreRule < Struct.new(
  :count,
  :interval,
  :interval_unit,
  :availability_zones)
  SENSITIVE = []
  include Aws::Structure
end

#countInteger

The number of snapshots to be enabled with fast snapshot restore.

Returns:

  • (Integer)


671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-dlm/lib/aws-sdk-dlm/types.rb', line 671

class FastRestoreRule < Struct.new(
  :count,
  :interval,
  :interval_unit,
  :availability_zones)
  SENSITIVE = []
  include Aws::Structure
end

#intervalInteger

The amount of time to enable fast snapshot restore. The maximum is 100 years. This is equivalent to 1200 months, 5200 weeks, or 36500 days.

Returns:

  • (Integer)


671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-dlm/lib/aws-sdk-dlm/types.rb', line 671

class FastRestoreRule < Struct.new(
  :count,
  :interval,
  :interval_unit,
  :availability_zones)
  SENSITIVE = []
  include Aws::Structure
end

#interval_unitString

The unit of time for enabling fast snapshot restore.

Returns:

  • (String)


671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-dlm/lib/aws-sdk-dlm/types.rb', line 671

class FastRestoreRule < Struct.new(
  :count,
  :interval,
  :interval_unit,
  :availability_zones)
  SENSITIVE = []
  include Aws::Structure
end