Class: Aws::ARCZonalShift::Types::UpdatePracticeRunConfigurationResponse

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

#arnString

The Amazon Resource Name (ARN) of the resource that you updated the practice run for.

Returns:

  • (String)


867
868
869
870
871
872
873
874
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 867

class UpdatePracticeRunConfigurationResponse < Struct.new(
  :arn,
  :name,
  :practice_run_configuration,
  :zonal_autoshift_status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the resource that you updated the practice run for.

Returns:

  • (String)


867
868
869
870
871
872
873
874
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 867

class UpdatePracticeRunConfigurationResponse < Struct.new(
  :arn,
  :name,
  :practice_run_configuration,
  :zonal_autoshift_status)
  SENSITIVE = []
  include Aws::Structure
end

#practice_run_configurationTypes::PracticeRunConfiguration

The practice run configuration that was updated.



867
868
869
870
871
872
873
874
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 867

class UpdatePracticeRunConfigurationResponse < Struct.new(
  :arn,
  :name,
  :practice_run_configuration,
  :zonal_autoshift_status)
  SENSITIVE = []
  include Aws::Structure
end

#zonal_autoshift_statusString

The zonal autoshift status for the resource that you updated the practice run for.

Returns:

  • (String)


867
868
869
870
871
872
873
874
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 867

class UpdatePracticeRunConfigurationResponse < Struct.new(
  :arn,
  :name,
  :practice_run_configuration,
  :zonal_autoshift_status)
  SENSITIVE = []
  include Aws::Structure
end