Class: Aws::Types::BackupConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_tags_enabled ⇒ Boolean

Returns the value of attribute backup_tags_enabled.

Returns:

  • (Boolean)


43
44
45
# File 'sig/types.rbs', line 43

def backup_tags_enabled
  @backup_tags_enabled
end

#backup_type ⇒ "CONTINUOUS"

Returns the value of attribute backup_type.

Returns:

  • ("CONTINUOUS")


41
42
43
# File 'sig/types.rbs', line 41

def backup_type
  @backup_type
end

#retention_period_in_days ⇒ ::Integer

Returns the value of attribute retention_period_in_days.

Returns:

  • (::Integer)


42
43
44
# File 'sig/types.rbs', line 42

def retention_period_in_days
  @retention_period_in_days
end

#status ⇒ "ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


40
41
42
# File 'sig/types.rbs', line 40

def status
  @status
end