Class: Aws::Types::Route

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address_family"ipv4", "ipv6"

Returns the value of attribute address_family.

Returns:

  • ("ipv4", "ipv6")


899
900
901
# File 'sig/types.rbs', line 899

def address_family
  @address_family
end

#as_path::Array[Types::AsPathSegment]

Returns the value of attribute as_path.

Returns:



900
901
902
# File 'sig/types.rbs', line 900

def as_path
  @as_path
end

#aws_logical_device_id::String

Returns the value of attribute aws_logical_device_id.

Returns:

  • (::String)


902
903
904
# File 'sig/types.rbs', line 902

def aws_logical_device_id
  @aws_logical_device_id
end

#cidr::String

Returns the value of attribute cidr.

Returns:

  • (::String)


897
898
899
# File 'sig/types.rbs', line 897

def cidr
  @cidr
end

#communities::Array[::String]

Returns the value of attribute communities.

Returns:

  • (::Array[::String])


901
902
903
# File 'sig/types.rbs', line 901

def communities
  @communities
end

#route_direction"accepted", "advertised"

Returns the value of attribute route_direction.

Returns:

  • ("accepted", "advertised")


898
899
900
# File 'sig/types.rbs', line 898

def route_direction
  @route_direction
end

#route_installed_at::Time

Returns the value of attribute route_installed_at.

Returns:

  • (::Time)


903
904
905
# File 'sig/types.rbs', line 903

def route_installed_at
  @route_installed_at
end