Class: Aws::XRay::Types::ServiceId

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

Returns:

  • (String)


2788
2789
2790
2791
2792
2793
2794
2795
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2788

class ServiceId < Struct.new(
  :name,
  :names,
  :account_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Returns:

  • (String)


2788
2789
2790
2791
2792
2793
2794
2795
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2788

class ServiceId < Struct.new(
  :name,
  :names,
  :account_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#namesArray<String>

Returns:

  • (Array<String>)


2788
2789
2790
2791
2792
2793
2794
2795
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2788

class ServiceId < Struct.new(
  :name,
  :names,
  :account_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Returns:

  • (String)


2788
2789
2790
2791
2792
2793
2794
2795
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2788

class ServiceId < Struct.new(
  :name,
  :names,
  :account_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end