Class: Aws::Types::UpdateResiliencyPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_location_constraint ⇒ "AnyLocation", ...

Returns the value of attribute data_location_constraint.

Returns:

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


1456
1457
1458
# File 'sig/types.rbs', line 1456

def data_location_constraint
  @data_location_constraint
end

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

Returns the value of attribute policy.

Returns:



1457
1458
1459
# File 'sig/types.rbs', line 1457

def policy
  @policy
end

#policy_arn ⇒ ::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


1458
1459
1460
# File 'sig/types.rbs', line 1458

def policy_arn
  @policy_arn
end

#policy_description ⇒ ::String

Returns the value of attribute policy_description.

Returns:

  • (::String)


1459
1460
1461
# File 'sig/types.rbs', line 1459

def policy_description
  @policy_description
end

#policy_name ⇒ ::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


1460
1461
1462
# File 'sig/types.rbs', line 1460

def policy_name
  @policy_name
end

#tier ⇒ "MissionCritical", ...

Returns the value of attribute tier.

Returns:

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


1461
1462
1463
# File 'sig/types.rbs', line 1461

def tier
  @tier
end