Class: Aws::Resiliencehubv2::Types::GetTestRequest

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

#service_arnString

The ARN of the service the test belongs to.

Returns:

  • (String)


1652
1653
1654
1655
1656
1657
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1652

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

#test_idString

The identifier of the test to retrieve.

Returns:

  • (String)


1652
1653
1654
1655
1656
1657
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1652

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