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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

Returns:

  • (String)


1844
1845
1846
1847
1848
1849
1850
# File 'lib/aws-sdk-xray/types.rb', line 1844

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

#nameString

Returns:

  • (String)


1844
1845
1846
1847
1848
1849
1850
# File 'lib/aws-sdk-xray/types.rb', line 1844

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

#namesArray<String>

Returns:

  • (Array<String>)


1844
1845
1846
1847
1848
1849
1850
# File 'lib/aws-sdk-xray/types.rb', line 1844

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

#typeString

Returns:

  • (String)


1844
1845
1846
1847
1848
1849
1850
# File 'lib/aws-sdk-xray/types.rb', line 1844

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