Class: Aws::XRay::Types::PutTelemetryRecordsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::PutTelemetryRecordsRequest
- Defined in:
- gems/aws-sdk-xray/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
2073 2074 2075 2076 2077 2078 2079 2080 |
# File 'gems/aws-sdk-xray/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 |
#hostname ⇒ String
2073 2074 2075 2076 2077 2078 2079 2080 |
# File 'gems/aws-sdk-xray/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_arn ⇒ String
2073 2074 2075 2076 2077 2078 2079 2080 |
# File 'gems/aws-sdk-xray/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_records ⇒ Array<Types::TelemetryRecord>
2073 2074 2075 2076 2077 2078 2079 2080 |
# File 'gems/aws-sdk-xray/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 |