Class: Aws::ARCZonalShift::Types::DeletePracticeRunConfigurationResponse

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 deleted the practice run for.

Returns:

  • (String)


345
346
347
348
349
350
351
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 345

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

#nameString

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

Returns:

  • (String)


345
346
347
348
349
350
351
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 345

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

#zonal_autoshift_statusString

The status of zonal autoshift for the resource.

Returns:

  • (String)


345
346
347
348
349
350
351
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 345

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