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")


1034
1035
1036
# File 'sig/types.rbs', line 1034

def address_family
  @address_family
end

#as_path::Array[Types::AsPathSegment]

Returns the value of attribute as_path.

Returns:



1035
1036
1037
# File 'sig/types.rbs', line 1035

def as_path
  @as_path
end

#aws_logical_device_id::String

Returns the value of attribute aws_logical_device_id.

Returns:

  • (::String)


1037
1038
1039
# File 'sig/types.rbs', line 1037

def aws_logical_device_id
  @aws_logical_device_id
end

#cidr::String

Returns the value of attribute cidr.

Returns:

  • (::String)


1032
1033
1034
# File 'sig/types.rbs', line 1032

def cidr
  @cidr
end

#communities::Array[::String]

Returns the value of attribute communities.

Returns:

  • (::Array[::String])


1036
1037
1038
# File 'sig/types.rbs', line 1036

def communities
  @communities
end

#route_direction"accepted", "advertised"

Returns the value of attribute route_direction.

Returns:

  • ("accepted", "advertised")


1033
1034
1035
# File 'sig/types.rbs', line 1033

def route_direction
  @route_direction
end

#route_installed_at::Time

Returns the value of attribute route_installed_at.

Returns:

  • (::Time)


1038
1039
1040
# File 'sig/types.rbs', line 1038

def route_installed_at
  @route_installed_at
end