Class: Aws::ARCZonalShift::Types::UpdatePracticeRunConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCZonalShift::Types::UpdatePracticeRunConfigurationResponse
- Defined in:
- gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource that you updated the practice run for.
-
#name ⇒ String
The name of the resource that you updated the practice run for.
-
#practice_run_configuration ⇒ Types::PracticeRunConfiguration
The practice run configuration that was updated.
-
#zonal_autoshift_status ⇒ String
The zonal autoshift status for the resource that you updated the practice run for.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource that you updated the practice run for.
930 931 932 933 934 935 936 937 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 930 class UpdatePracticeRunConfigurationResponse < Struct.new( :arn, :name, :practice_run_configuration, :zonal_autoshift_status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the resource that you updated the practice run for.
930 931 932 933 934 935 936 937 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 930 class UpdatePracticeRunConfigurationResponse < Struct.new( :arn, :name, :practice_run_configuration, :zonal_autoshift_status) SENSITIVE = [] include Aws::Structure end |
#practice_run_configuration ⇒ Types::PracticeRunConfiguration
The practice run configuration that was updated.
930 931 932 933 934 935 936 937 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 930 class UpdatePracticeRunConfigurationResponse < Struct.new( :arn, :name, :practice_run_configuration, :zonal_autoshift_status) SENSITIVE = [] include Aws::Structure end |
#zonal_autoshift_status ⇒ String
The zonal autoshift status for the resource that you updated the practice run for.
930 931 932 933 934 935 936 937 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 930 class UpdatePracticeRunConfigurationResponse < Struct.new( :arn, :name, :practice_run_configuration, :zonal_autoshift_status) SENSITIVE = [] include Aws::Structure end |