Class: Aws::Types::StartRouteAnalysisRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination ⇒ Types::RouteAnalysisEndpointOptionsSpecification

Returns the value of attribute destination.



1751
1752
1753
# File 'sig/types.rbs', line 1751

def destination
  @destination
end

#global_network_id ⇒ ::String

Returns the value of attribute global_network_id.

Returns:

  • (::String)


1749
1750
1751
# File 'sig/types.rbs', line 1749

def global_network_id
  @global_network_id
end

#include_return_path ⇒ Boolean

Returns the value of attribute include_return_path.

Returns:

  • (Boolean)


1752
1753
1754
# File 'sig/types.rbs', line 1752

def include_return_path
  @include_return_path
end

#source ⇒ Types::RouteAnalysisEndpointOptionsSpecification

Returns the value of attribute source.



1750
1751
1752
# File 'sig/types.rbs', line 1750

def source
  @source
end

#use_middleboxes ⇒ Boolean

Returns the value of attribute use_middleboxes.

Returns:

  • (Boolean)


1753
1754
1755
# File 'sig/types.rbs', line 1753

def use_middleboxes
  @use_middleboxes
end