Class: Aws::Types::CreateResiliencyPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


355
356
357
# File 'sig/types.rbs', line 355

def client_token
  @client_token
end

#data_location_constraint ⇒ "AnyLocation", ...

Returns the value of attribute data_location_constraint.

Returns:

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


356
357
358
# File 'sig/types.rbs', line 356

def data_location_constraint
  @data_location_constraint
end

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

Returns the value of attribute policy.

Returns:



357
358
359
# File 'sig/types.rbs', line 357

def policy
  @policy
end

#policy_description ⇒ ::String

Returns the value of attribute policy_description.

Returns:

  • (::String)


358
359
360
# File 'sig/types.rbs', line 358

def policy_description
  @policy_description
end

#policy_name ⇒ ::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


359
360
361
# File 'sig/types.rbs', line 359

def policy_name
  @policy_name
end

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

Returns the value of attribute tags.

Returns:

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


360
361
362
# File 'sig/types.rbs', line 360

def tags
  @tags
end

#tier ⇒ "MissionCritical", ...

Returns the value of attribute tier.

Returns:

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


361
362
363
# File 'sig/types.rbs', line 361

def tier
  @tier
end