Class: Aws::XRay::Types::PutTelemetryRecordsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-xray/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_instance_idString

Returns:

  • (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

#hostnameString

Returns:

  • (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_arnString

Returns:

  • (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_recordsArray<Types::TelemetryRecord>

Returns:



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