Class: Aws::ARCZonalShift::Types::StartPracticeRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCZonalShift::Types::StartPracticeRunResponse
- 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.
-
#expiry_time ⇒ Time
The expiry time (expiration time) for an on-demand practice run zonal shift is 30 minutes from the time when you start the practice run, unless you cancel it before that time.
-
#resource_identifier ⇒ String
The identifier for the resource that you want to shift traffic for.
-
#start_time ⇒ Time
The time (UTC) when the zonal shift starts.
-
#status ⇒ String
A status for the practice run (expected status is ACTIVE).
-
#zonal_shift_id ⇒ String
The identifier of a practice run zonal shift.
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.
934 935 936 937 938 939 940 941 942 943 944 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 934 class StartPracticeRunResponse < Struct.new( :zonal_shift_id, :resource_identifier, :away_from, :expiry_time, :start_time, :status, :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.
934 935 936 937 938 939 940 941 942 943 944 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 934 class StartPracticeRunResponse < Struct.new( :zonal_shift_id, :resource_identifier, :away_from, :expiry_time, :start_time, :status, :comment) SENSITIVE = [] include Aws::Structure end |
#expiry_time ⇒ Time
The expiry time (expiration time) for an on-demand practice run
zonal shift is 30 minutes from the time when you start the practice
run, unless you cancel it before that time. However, be aware that
the expiryTime
field for practice run zonal shifts always has a
value of 1 minute.
934 935 936 937 938 939 940 941 942 943 944 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 934 class StartPracticeRunResponse < Struct.new( :zonal_shift_id, :resource_identifier, :away_from, :expiry_time, :start_time, :status, :comment) SENSITIVE = [] include Aws::Structure end |
#resource_identifier ⇒ String
The identifier for the resource that you want to shift traffic for. The identifier is the Amazon Resource Name (ARN) for the resource.
934 935 936 937 938 939 940 941 942 943 944 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 934 class StartPracticeRunResponse < Struct.new( :zonal_shift_id, :resource_identifier, :away_from, :expiry_time, :start_time, :status, :comment) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The time (UTC) when the zonal shift starts.
934 935 936 937 938 939 940 941 942 943 944 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 934 class StartPracticeRunResponse < Struct.new( :zonal_shift_id, :resource_identifier, :away_from, :expiry_time, :start_time, :status, :comment) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
A status for the practice run (expected status is ACTIVE).
934 935 936 937 938 939 940 941 942 943 944 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 934 class StartPracticeRunResponse < Struct.new( :zonal_shift_id, :resource_identifier, :away_from, :expiry_time, :start_time, :status, :comment) SENSITIVE = [] include Aws::Structure end |
#zonal_shift_id ⇒ String
The identifier of a practice run zonal shift.
934 935 936 937 938 939 940 941 942 943 944 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 934 class StartPracticeRunResponse < Struct.new( :zonal_shift_id, :resource_identifier, :away_from, :expiry_time, :start_time, :status, :comment) SENSITIVE = [] include Aws::Structure end |