Class: Aws::Types::AwsBackupBackupPlanDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_planTypes::AwsBackupBackupPlanBackupPlanDetails

Returns the value of attribute backup_plan.



704
705
706
# File 'sig/types.rbs', line 704

def backup_plan
  @backup_plan
end

#backup_plan_arn::String

Returns the value of attribute backup_plan_arn.

Returns:

  • (::String)


705
706
707
# File 'sig/types.rbs', line 705

def backup_plan_arn
  @backup_plan_arn
end

#backup_plan_id::String

Returns the value of attribute backup_plan_id.

Returns:

  • (::String)


706
707
708
# File 'sig/types.rbs', line 706

def backup_plan_id
  @backup_plan_id
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


707
708
709
# File 'sig/types.rbs', line 707

def version_id
  @version_id
end