Class: Aws::Types::RecoveryPlanSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::String

Returns the value of attribute created_at.

Returns:

  • (::String)


1094
1095
1096
# File 'sig/types.rbs', line 1094

def created_at
  @created_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1092
1093
1094
# File 'sig/types.rbs', line 1092

def name
  @name
end

#recovery_plan_arn::String

Returns the value of attribute recovery_plan_arn.

Returns:

  • (::String)


1091
1092
1093
# File 'sig/types.rbs', line 1091

def recovery_plan_arn
  @recovery_plan_arn
end

#status"ACTIVE", "INVALID"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INVALID")


1093
1094
1095
# File 'sig/types.rbs', line 1093

def status
  @status
end

#updated_at::String

Returns the value of attribute updated_at.

Returns:

  • (::String)


1095
1096
1097
# File 'sig/types.rbs', line 1095

def updated_at
  @updated_at
end