Class: Aws::Types::NetworkPathComponent

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#component_id::String

Returns the value of attribute component_id.

Returns:

  • (::String)


6669
6670
6671
# File 'sig/types.rbs', line 6669

def component_id
  @component_id
end

#component_type::String

Returns the value of attribute component_type.

Returns:

  • (::String)


6670
6671
6672
# File 'sig/types.rbs', line 6670

def component_type
  @component_type
end

#egressTypes::NetworkHeader

Returns the value of attribute egress.



6671
6672
6673
# File 'sig/types.rbs', line 6671

def egress
  @egress
end

#ingressTypes::NetworkHeader

Returns the value of attribute ingress.



6672
6673
6674
# File 'sig/types.rbs', line 6672

def ingress
  @ingress
end