Class: Aws::Types::GetNetworkRoutesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetNetworkRoutesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_filters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute destination_filters.
-
#exact_cidr_matches ⇒ ::Array[::String]
Returns the value of attribute exact_cidr_matches.
-
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
-
#longest_prefix_matches ⇒ ::Array[::String]
Returns the value of attribute longest_prefix_matches.
-
#prefix_list_ids ⇒ ::Array[::String]
Returns the value of attribute prefix_list_ids.
-
#route_table_identifier ⇒ Types::RouteTableIdentifier
Returns the value of attribute route_table_identifier.
-
#states ⇒ ::Array[("ACTIVE" | "BLACKHOLE")]
Returns the value of attribute states.
-
#subnet_of_matches ⇒ ::Array[::String]
Returns the value of attribute subnet_of_matches.
-
#supernet_of_matches ⇒ ::Array[::String]
Returns the value of attribute supernet_of_matches.
-
#types ⇒ ::Array[("PROPAGATED" | "STATIC")]
Returns the value of attribute types.
Instance Attribute Details
#destination_filters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute destination_filters.
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.
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.
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.
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.
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.
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.
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.
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.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def types @types end |