Class: Aws::Types::ResiliencyPolicy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1161
1162
1163
# File 'sig/types.rbs', line 1161

def creation_time
  @creation_time
end

#data_location_constraint ⇒ "AnyLocation", ...

Returns the value of attribute data_location_constraint.

Returns:

  • ("AnyLocation", "SameContinent", "SameCountry")


1162
1163
1164
# File 'sig/types.rbs', line 1162

def data_location_constraint
  @data_location_constraint
end

#estimated_cost_tier ⇒ "L1", ...

Returns the value of attribute estimated_cost_tier.

Returns:

  • ("L1", "L2", "L3", "L4")


1163
1164
1165
# File 'sig/types.rbs', line 1163

def estimated_cost_tier
  @estimated_cost_tier
end

#policy ⇒ ::Hash[("Software" | "Hardware" | "AZ" | "Region"), Types::FailurePolicy]

Returns the value of attribute policy.

Returns:



1164
1165
1166
# File 'sig/types.rbs', line 1164

def policy
  @policy
end

#policy_arn ⇒ ::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


1165
1166
1167
# File 'sig/types.rbs', line 1165

def policy_arn
  @policy_arn
end

#policy_description ⇒ ::String

Returns the value of attribute policy_description.

Returns:

  • (::String)


1166
1167
1168
# File 'sig/types.rbs', line 1166

def policy_description
  @policy_description
end

#policy_name ⇒ ::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


1167
1168
1169
# File 'sig/types.rbs', line 1167

def policy_name
  @policy_name
end

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

Returns the value of attribute tags.

Returns:

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


1168
1169
1170
# File 'sig/types.rbs', line 1168

def tags
  @tags
end

#tier ⇒ "MissionCritical", ...

Returns the value of attribute tier.

Returns:

  • ("MissionCritical", "Critical", "Important", "CoreServices", "NonCritical", "NotApplicable")


1169
1170
1171
# File 'sig/types.rbs', line 1169

def tier
  @tier
end