Class: Aws::Types::CreateRouteServerPeerRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bgp_optionsTypes::RouteServerBgpOptionsRequest

Returns the value of attribute bgp_options.



3157
3158
3159
# File 'sig/types.rbs', line 3157

def bgp_options
  @bgp_options
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3158
3159
3160
# File 'sig/types.rbs', line 3158

def dry_run
  @dry_run
end

#peer_address::String

Returns the value of attribute peer_address.

Returns:

  • (::String)


3156
3157
3158
# File 'sig/types.rbs', line 3156

def peer_address
  @peer_address
end

#route_server_endpoint_id::String

Returns the value of attribute route_server_endpoint_id.

Returns:

  • (::String)


3155
3156
3157
# File 'sig/types.rbs', line 3155

def route_server_endpoint_id
  @route_server_endpoint_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3159
3160
3161
# File 'sig/types.rbs', line 3159

def tag_specifications
  @tag_specifications
end