Class: Aws::Types::NetworkRouteDestination

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#core_network_attachment_id ⇒ ::String

Returns the value of attribute core_network_attachment_id.

Returns:

  • (::String)


1448
1449
1450
# File 'sig/types.rbs', line 1448

def core_network_attachment_id
  @core_network_attachment_id
end

#edge_location ⇒ ::String

Returns the value of attribute edge_location.

Returns:

  • (::String)


1452
1453
1454
# File 'sig/types.rbs', line 1452

def edge_location
  @edge_location
end

#network_function_group_name ⇒ ::String

Returns the value of attribute network_function_group_name.

Returns:

  • (::String)


1451
1452
1453
# File 'sig/types.rbs', line 1451

def network_function_group_name
  @network_function_group_name
end

#resource_id ⇒ ::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


1454
1455
1456
# File 'sig/types.rbs', line 1454

def resource_id
  @resource_id
end

#resource_type ⇒ ::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1453
1454
1455
# File 'sig/types.rbs', line 1453

def resource_type
  @resource_type
end

#segment_name ⇒ ::String

Returns the value of attribute segment_name.

Returns:

  • (::String)


1450
1451
1452
# File 'sig/types.rbs', line 1450

def segment_name
  @segment_name
end

#transit_gateway_attachment_id ⇒ ::String

Returns the value of attribute transit_gateway_attachment_id.

Returns:

  • (::String)


1449
1450
1451
# File 'sig/types.rbs', line 1449

def transit_gateway_attachment_id
  @transit_gateway_attachment_id
end