Class: Aws::XRay::Types::Service

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

Overview

Information about an application that processed requests, users that made requests, or downstream services, resources, and applications that an application used.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

Identifier of the Amazon Web Services account in which the service runs.

Returns:

  • (String)


2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2756

class Service < Struct.new(
  :reference_id,
  :name,
  :names,
  :root,
  :account_id,
  :type,
  :state,
  :start_time,
  :end_time,
  :edges,
  :summary_statistics,
  :duration_histogram,
  :response_time_histogram)
  SENSITIVE = []
  include Aws::Structure
end

#duration_histogramArray<Types::HistogramEntry>

A histogram that maps the spread of service durations.

Returns:



2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2756

class Service < Struct.new(
  :reference_id,
  :name,
  :names,
  :root,
  :account_id,
  :type,
  :state,
  :start_time,
  :end_time,
  :edges,
  :summary_statistics,
  :duration_histogram,
  :response_time_histogram)
  SENSITIVE = []
  include Aws::Structure
end

#edgesArray<Types::Edge>

Connections to downstream services.

Returns:



2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2756

class Service < Struct.new(
  :reference_id,
  :name,
  :names,
  :root,
  :account_id,
  :type,
  :state,
  :start_time,
  :end_time,
  :edges,
  :summary_statistics,
  :duration_histogram,
  :response_time_histogram)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The end time of the last segment that the service generated.

Returns:

  • (Time)


2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2756

class Service < Struct.new(
  :reference_id,
  :name,
  :names,
  :root,
  :account_id,
  :type,
  :state,
  :start_time,
  :end_time,
  :edges,
  :summary_statistics,
  :duration_histogram,
  :response_time_histogram)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The canonical name of the service.

Returns:

  • (String)


2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2756

class Service < Struct.new(
  :reference_id,
  :name,
  :names,
  :root,
  :account_id,
  :type,
  :state,
  :start_time,
  :end_time,
  :edges,
  :summary_statistics,
  :duration_histogram,
  :response_time_histogram)
  SENSITIVE = []
  include Aws::Structure
end

#namesArray<String>

A list of names for the service, including the canonical name.

Returns:

  • (Array<String>)


2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2756

class Service < Struct.new(
  :reference_id,
  :name,
  :names,
  :root,
  :account_id,
  :type,
  :state,
  :start_time,
  :end_time,
  :edges,
  :summary_statistics,
  :duration_histogram,
  :response_time_histogram)
  SENSITIVE = []
  include Aws::Structure
end

#reference_idInteger

Identifier for the service. Unique within the service map.

Returns:

  • (Integer)


2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2756

class Service < Struct.new(
  :reference_id,
  :name,
  :names,
  :root,
  :account_id,
  :type,
  :state,
  :start_time,
  :end_time,
  :edges,
  :summary_statistics,
  :duration_histogram,
  :response_time_histogram)
  SENSITIVE = []
  include Aws::Structure
end

#response_time_histogramArray<Types::HistogramEntry>

A histogram that maps the spread of service response times.

Returns:



2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2756

class Service < Struct.new(
  :reference_id,
  :name,
  :names,
  :root,
  :account_id,
  :type,
  :state,
  :start_time,
  :end_time,
  :edges,
  :summary_statistics,
  :duration_histogram,
  :response_time_histogram)
  SENSITIVE = []
  include Aws::Structure
end

#rootBoolean

Indicates that the service was the first service to process a request.

Returns:

  • (Boolean)


2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2756

class Service < Struct.new(
  :reference_id,
  :name,
  :names,
  :root,
  :account_id,
  :type,
  :state,
  :start_time,
  :end_time,
  :edges,
  :summary_statistics,
  :duration_histogram,
  :response_time_histogram)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The start time of the first segment that the service generated.

Returns:

  • (Time)


2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2756

class Service < Struct.new(
  :reference_id,
  :name,
  :names,
  :root,
  :account_id,
  :type,
  :state,
  :start_time,
  :end_time,
  :edges,
  :summary_statistics,
  :duration_histogram,
  :response_time_histogram)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The service's state.

Returns:

  • (String)


2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2756

class Service < Struct.new(
  :reference_id,
  :name,
  :names,
  :root,
  :account_id,
  :type,
  :state,
  :start_time,
  :end_time,
  :edges,
  :summary_statistics,
  :duration_histogram,
  :response_time_histogram)
  SENSITIVE = []
  include Aws::Structure
end

#summary_statisticsTypes::ServiceStatistics

Aggregated statistics for the service.



2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2756

class Service < Struct.new(
  :reference_id,
  :name,
  :names,
  :root,
  :account_id,
  :type,
  :state,
  :start_time,
  :end_time,
  :edges,
  :summary_statistics,
  :duration_histogram,
  :response_time_histogram)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of service.

  • Amazon Web Services Resource - The type of an Amazon Web Services resource. For example, AWS::EC2::Instance for an application running on Amazon EC2 or AWS::DynamoDB::Table for an Amazon DynamoDB table that the application used.

  • Amazon Web Services Service - The type of an Amazon Web Services service. For example, AWS::DynamoDB for downstream calls to Amazon DynamoDB that didn't target a specific table.

  • client - Represents the clients that sent requests to a root service.

  • remote - A downstream service of indeterminate type.

Returns:

  • (String)


2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2756

class Service < Struct.new(
  :reference_id,
  :name,
  :names,
  :root,
  :account_id,
  :type,
  :state,
  :start_time,
  :end_time,
  :edges,
  :summary_statistics,
  :duration_histogram,
  :response_time_histogram)
  SENSITIVE = []
  include Aws::Structure
end