Class: Aws::Inspector::Types::GetTelemetryMetadataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::GetTelemetryMetadataRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_run_arn ⇒ String
The ARN that specifies the assessment run that has the telemetry data that you want to obtain.
Instance Attribute Details
#assessment_run_arn ⇒ String
The ARN that specifies the assessment run that has the telemetry data that you want to obtain.
1571 1572 1573 1574 1575 |
# File 'lib/aws-sdk-inspector/types.rb', line 1571 class GetTelemetryMetadataRequest < Struct.new( :assessment_run_arn) SENSITIVE = [] include Aws::Structure end |