Class: Aws::Resiliencehubv2::Types::DeleteTestResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#test_idString

The identifier of the deleted test.

Returns:

  • (String)


1103
1104
1105
1106
1107
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1103

class DeleteTestResponse < Struct.new(
  :test_id)
  SENSITIVE = []
  include Aws::Structure
end