Class: Aws::Types::ListPeeringsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPeeringsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
-
#edge_location ⇒ ::String
Returns the value of attribute edge_location.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#peering_type ⇒ "TRANSIT_GATEWAY"
Returns the value of attribute peering_type.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
Instance Attribute Details
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def core_network_id @core_network_id end |
#edge_location ⇒ ::String
Returns the value of attribute edge_location.
1372 1373 1374 |
# File 'sig/types.rbs', line 1372 def edge_location @edge_location end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1374 1375 1376 |
# File 'sig/types.rbs', line 1374 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1375 1376 1377 |
# File 'sig/types.rbs', line 1375 def next_token @next_token end |
#peering_type ⇒ "TRANSIT_GATEWAY"
Returns the value of attribute peering_type.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def peering_type @peering_type end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
1373 1374 1375 |
# File 'sig/types.rbs', line 1373 def state @state end |