Class: Aws::Types::GetNetworkRoutesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_filters ⇒ ::Hash[::String, ::Array[::String]]

Returns the value of attribute destination_filters.

Returns:

  • (::Hash[::String, ::Array[::String]])


1080
1081
1082
# File 'sig/types.rbs', line 1080

def destination_filters
  @destination_filters
end

#exact_cidr_matches ⇒ ::Array[::String]

Returns the value of attribute exact_cidr_matches.

Returns:

  • (::Array[::String])


1073
1074
1075
# File 'sig/types.rbs', line 1073

def exact_cidr_matches
  @exact_cidr_matches
end

#global_network_id ⇒ ::String

Returns the value of attribute global_network_id.

Returns:

  • (::String)


1071
1072
1073
# File 'sig/types.rbs', line 1071

def global_network_id
  @global_network_id
end

#longest_prefix_matches ⇒ ::Array[::String]

Returns the value of attribute longest_prefix_matches.

Returns:

  • (::Array[::String])


1074
1075
1076
# File 'sig/types.rbs', line 1074

def longest_prefix_matches
  @longest_prefix_matches
end

#prefix_list_ids ⇒ ::Array[::String]

Returns the value of attribute prefix_list_ids.

Returns:

  • (::Array[::String])


1077
1078
1079
# File 'sig/types.rbs', line 1077

def prefix_list_ids
  @prefix_list_ids
end

#route_table_identifier ⇒ Types::RouteTableIdentifier

Returns the value of attribute route_table_identifier.



1072
1073
1074
# File 'sig/types.rbs', line 1072

def route_table_identifier
  @route_table_identifier
end

#states ⇒ ::Array[("ACTIVE" | "BLACKHOLE")]

Returns the value of attribute states.

Returns:

  • (::Array[("ACTIVE" | "BLACKHOLE")])


1078
1079
1080
# File 'sig/types.rbs', line 1078

def states
  @states
end

#subnet_of_matches ⇒ ::Array[::String]

Returns the value of attribute subnet_of_matches.

Returns:

  • (::Array[::String])


1075
1076
1077
# File 'sig/types.rbs', line 1075

def subnet_of_matches
  @subnet_of_matches
end

#supernet_of_matches ⇒ ::Array[::String]

Returns the value of attribute supernet_of_matches.

Returns:

  • (::Array[::String])


1076
1077
1078
# File 'sig/types.rbs', line 1076

def supernet_of_matches
  @supernet_of_matches
end

#types ⇒ ::Array[("PROPAGATED" | "STATIC")]

Returns the value of attribute types.

Returns:

  • (::Array[("PROPAGATED" | "STATIC")])


1079
1080
1081
# File 'sig/types.rbs', line 1079

def types
  @types
end