Class: Aws::Types::UpdateRecoveryPlanRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1498
1499
1500
# File 'sig/types.rbs', line 1498

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1497
1498
1499
# File 'sig/types.rbs', line 1497

def name
  @name
end

#recovery_plan_arn::String

Returns the value of attribute recovery_plan_arn.

Returns:

  • (::String)


1496
1497
1498
# File 'sig/types.rbs', line 1496

def recovery_plan_arn
  @recovery_plan_arn
end