Class: Aws::ARCZonalShift::Types::DeletePracticeRunConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCZonalShift::Types::DeletePracticeRunConfigurationResponse
- 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 deleted the practice run for.
-
#name ⇒ String
The name of the resource that you deleted the practice run for.
-
#zonal_autoshift_status ⇒ String
The status of zonal autoshift for the resource.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource that you deleted the practice run for.
346 347 348 349 350 351 352 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 346 class DeletePracticeRunConfigurationResponse < Struct.new( :arn, :name, :zonal_autoshift_status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the resource that you deleted the practice run for.
346 347 348 349 350 351 352 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 346 class DeletePracticeRunConfigurationResponse < Struct.new( :arn, :name, :zonal_autoshift_status) SENSITIVE = [] include Aws::Structure end |
#zonal_autoshift_status ⇒ String
The status of zonal autoshift for the resource.
346 347 348 349 350 351 352 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 346 class DeletePracticeRunConfigurationResponse < Struct.new( :arn, :name, :zonal_autoshift_status) SENSITIVE = [] include Aws::Structure end |