Class: Aws::Inspector::Types::GetTelemetryMetadataRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_run_arnString

The ARN that specifies the assessment run that has the telemetry data that you want to obtain.

Returns:

  • (String)


1571
1572
1573
1574
1575
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1571

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