Class: Aws::Types::FastRestoreRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone_ids::Array[::String]

Returns the value of attribute availability_zone_ids.

Returns:

  • (::Array[::String])


139
140
141
# File 'sig/types.rbs', line 139

def availability_zone_ids
  @availability_zone_ids
end

#availability_zones::Array[::String]

Returns the value of attribute availability_zones.

Returns:

  • (::Array[::String])


138
139
140
# File 'sig/types.rbs', line 138

def availability_zones
  @availability_zones
end

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


135
136
137
# File 'sig/types.rbs', line 135

def count
  @count
end

#interval::Integer

Returns the value of attribute interval.

Returns:

  • (::Integer)


136
137
138
# File 'sig/types.rbs', line 136

def interval
  @interval
end

#interval_unit"DAYS", ...

Returns the value of attribute interval_unit.

Returns:

  • ("DAYS", "WEEKS", "MONTHS", "YEARS")


137
138
139
# File 'sig/types.rbs', line 137

def interval_unit
  @interval_unit
end