Class: Aws::ARCZonalShift::Types::StartPracticeRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCZonalShift::Types::StartPracticeRunRequest
- Defined in:
- gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#away_from ⇒ String
The Availability Zone (for example,
use1-az1
) that traffic is shifted away from for the resource that you specify for the practice run. -
#comment ⇒ String
The initial comment that you enter about the practice run.
-
#resource_identifier ⇒ String
The identifier for the resource that you want to start a practice run zonal shift for.
Instance Attribute Details
#away_from ⇒ String
The Availability Zone (for example, use1-az1
) that traffic is
shifted away from for the resource that you specify for the practice
run.
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 |
#comment ⇒ String
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.
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_identifier ⇒ String
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.
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 |