Class: Aws::Resiliencehubv2::Types::GetTestResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#testTypes::Test

The requested test.

Returns:



1751
1752
1753
1754
1755
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1751

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