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)


2073
2074
2075
2076
2077
2078
2079
2080
# File 'lib/aws-sdk-xray/types.rb', line 2073

class PutTelemetryRecordsRequest < Struct.new(
  :telemetry_records,
  :ec2_instance_id,
  :hostname,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#hostnameString

Returns:

  • (String)


2073
2074
2075
2076
2077
2078
2079
2080
# File 'lib/aws-sdk-xray/types.rb', line 2073

class PutTelemetryRecordsRequest < Struct.new(
  :telemetry_records,
  :ec2_instance_id,
  :hostname,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

Returns:

  • (String)


2073
2074
2075
2076
2077
2078
2079
2080
# File 'lib/aws-sdk-xray/types.rb', line 2073

class PutTelemetryRecordsRequest < Struct.new(
  :telemetry_records,
  :ec2_instance_id,
  :hostname,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#telemetry_recordsArray<Types::TelemetryRecord>

Returns:



2073
2074
2075
2076
2077
2078
2079
2080
# File 'lib/aws-sdk-xray/types.rb', line 2073

class PutTelemetryRecordsRequest < Struct.new(
  :telemetry_records,
  :ec2_instance_id,
  :hostname,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end