Class: Aws::XRay::Types::Alias

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

Overview

An alias for an edge.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The canonical name of the alias.

Returns:

  • (String)


27
28
29
30
31
32
# File 'lib/aws-sdk-xray/types.rb', line 27

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

#namesArray<String>

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

Returns:

  • (Array<String>)


27
28
29
30
31
32
# File 'lib/aws-sdk-xray/types.rb', line 27

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

#typeString

The type of the alias.

Returns:

  • (String)


27
28
29
30
31
32
# File 'lib/aws-sdk-xray/types.rb', line 27

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