Class: Aws::Types::CreateRouteServerPeerRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRouteServerPeerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bgp_options ⇒ Types::RouteServerBgpOptionsRequest
Returns the value of attribute bgp_options.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#peer_address ⇒ ::String
Returns the value of attribute peer_address.
-
#route_server_endpoint_id ⇒ ::String
Returns the value of attribute route_server_endpoint_id.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#bgp_options ⇒ Types::RouteServerBgpOptionsRequest
Returns the value of attribute bgp_options.
3045 3046 3047 |
# File 'sig/types.rbs', line 3045 def @bgp_options end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3046 3047 3048 |
# File 'sig/types.rbs', line 3046 def dry_run @dry_run end |
#peer_address ⇒ ::String
Returns the value of attribute peer_address.
3044 3045 3046 |
# File 'sig/types.rbs', line 3044 def peer_address @peer_address end |
#route_server_endpoint_id ⇒ ::String
Returns the value of attribute route_server_endpoint_id.
3043 3044 3045 |
# File 'sig/types.rbs', line 3043 def route_server_endpoint_id @route_server_endpoint_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3047 3048 3049 |
# File 'sig/types.rbs', line 3047 def tag_specifications @tag_specifications end |