Class: Aws::XRay::Types::PutTelemetryRecordsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::PutTelemetryRecordsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #ec2_instance_id ⇒ String
- #hostname ⇒ String
- #resource_arn ⇒ String
- #telemetry_records ⇒ Array<Types::TelemetryRecord>
Instance Attribute Details
#ec2_instance_id ⇒ String
2363 2364 2365 2366 2367 2368 2369 2370 |
# File 'lib/aws-sdk-xray/types.rb', line 2363 class PutTelemetryRecordsRequest < Struct.new( :telemetry_records, :ec2_instance_id, :hostname, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#hostname ⇒ String
2363 2364 2365 2366 2367 2368 2369 2370 |
# File 'lib/aws-sdk-xray/types.rb', line 2363 class PutTelemetryRecordsRequest < Struct.new( :telemetry_records, :ec2_instance_id, :hostname, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
2363 2364 2365 2366 2367 2368 2369 2370 |
# File 'lib/aws-sdk-xray/types.rb', line 2363 class PutTelemetryRecordsRequest < Struct.new( :telemetry_records, :ec2_instance_id, :hostname, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#telemetry_records ⇒ Array<Types::TelemetryRecord>
2363 2364 2365 2366 2367 2368 2369 2370 |
# File 'lib/aws-sdk-xray/types.rb', line 2363 class PutTelemetryRecordsRequest < Struct.new( :telemetry_records, :ec2_instance_id, :hostname, :resource_arn) SENSITIVE = [] include Aws::Structure end |