Class: Aws::Types::AwsBackupBackupPlanBackupPlanDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#advanced_backup_settings::Array[Types::AwsBackupBackupPlanAdvancedBackupSettingsDetails]

Returns the value of attribute advanced_backup_settings.



698
699
700
# File 'sig/types.rbs', line 698

def advanced_backup_settings
  @advanced_backup_settings
end

#backup_plan_name::String

Returns the value of attribute backup_plan_name.

Returns:

  • (::String)


697
698
699
# File 'sig/types.rbs', line 697

def backup_plan_name
  @backup_plan_name
end

#backup_plan_rule::Array[Types::AwsBackupBackupPlanRuleDetails]

Returns the value of attribute backup_plan_rule.



699
700
701
# File 'sig/types.rbs', line 699

def backup_plan_rule
  @backup_plan_rule
end