Class: Aws::Types::RecoveryPlan

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::String

Returns the value of attribute created_at.

Returns:

  • (::String)


982
983
984
# File 'sig/types.rbs', line 982

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


980
981
982
# File 'sig/types.rbs', line 980

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


979
980
981
# File 'sig/types.rbs', line 979

def name
  @name
end

#recovery_plan_arn::String

Returns the value of attribute recovery_plan_arn.

Returns:

  • (::String)


978
979
980
# File 'sig/types.rbs', line 978

def recovery_plan_arn
  @recovery_plan_arn
end

#status"ACTIVE", "INVALID"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INVALID")


981
982
983
# File 'sig/types.rbs', line 981

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


984
985
986
# File 'sig/types.rbs', line 984

def tags
  @tags
end

#updated_at::String

Returns the value of attribute updated_at.

Returns:

  • (::String)


983
984
985
# File 'sig/types.rbs', line 983

def updated_at
  @updated_at
end