Class: Aws::ARCZonalShift::Types::StartPracticeRunRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#away_fromString

The Availability Zone (for example, use1-az1) that traffic is shifted away from for the resource that you specify for the practice run.

Returns:

  • (String)


881
882
883
884
885
886
887
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 881

class StartPracticeRunRequest < Struct.new(
  :resource_identifier,
  :away_from,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#commentString

The initial comment that you enter about the practice run. Be aware that this comment can be overwritten by Amazon Web Services if the automatic check for balanced capacity fails. For more information, see Capacity checks for practice runs in the Amazon Application Recovery Controller Developer Guide.

Returns:

  • (String)


881
882
883
884
885
886
887
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 881

class StartPracticeRunRequest < Struct.new(
  :resource_identifier,
  :away_from,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#resource_identifierString

The identifier for the resource that you want to start a practice run zonal shift for. The identifier is the Amazon Resource Name (ARN) for the resource.

Returns:

  • (String)


881
882
883
884
885
886
887
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 881

class StartPracticeRunRequest < Struct.new(
  :resource_identifier,
  :away_from,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end