Class: Aws::Types::PITPolicyRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


813
814
815
# File 'sig/types.rbs', line 813

def enabled
  @enabled
end

#interval::Integer

Returns the value of attribute interval.

Returns:

  • (::Integer)


811
812
813
# File 'sig/types.rbs', line 811

def interval
  @interval
end

#retention_duration::Integer

Returns the value of attribute retention_duration.

Returns:

  • (::Integer)


812
813
814
# File 'sig/types.rbs', line 812

def retention_duration
  @retention_duration
end

#rule_id::Integer

Returns the value of attribute rule_id.

Returns:

  • (::Integer)


809
810
811
# File 'sig/types.rbs', line 809

def rule_id
  @rule_id
end

#units"MINUTE", ...

Returns the value of attribute units.

Returns:

  • ("MINUTE", "HOUR", "DAY")


810
811
812
# File 'sig/types.rbs', line 810

def units
  @units
end