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

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

#testTypes::Test

The requested test.

Returns:



1859
1860
1861
1862
1863
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1859

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