Class: Aws::Types::RouteAnalysis

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination ⇒ Types::RouteAnalysisEndpointOptions

Returns the value of attribute destination.



1640
1641
1642
# File 'sig/types.rbs', line 1640

def destination
  @destination
end

#forward_path ⇒ Types::RouteAnalysisPath

Returns the value of attribute forward_path.



1643
1644
1645
# File 'sig/types.rbs', line 1643

def forward_path
  @forward_path
end

#global_network_id ⇒ ::String

Returns the value of attribute global_network_id.

Returns:

  • (::String)


1634
1635
1636
# File 'sig/types.rbs', line 1634

def global_network_id
  @global_network_id
end

#include_return_path ⇒ Boolean

Returns the value of attribute include_return_path.

Returns:

  • (Boolean)


1641
1642
1643
# File 'sig/types.rbs', line 1641

def include_return_path
  @include_return_path
end

#owner_account_id ⇒ ::String

Returns the value of attribute owner_account_id.

Returns:

  • (::String)


1635
1636
1637
# File 'sig/types.rbs', line 1635

def 
  
end

#return_path ⇒ Types::RouteAnalysisPath

Returns the value of attribute return_path.



1644
1645
1646
# File 'sig/types.rbs', line 1644

def return_path
  @return_path
end

#route_analysis_id ⇒ ::String

Returns the value of attribute route_analysis_id.

Returns:

  • (::String)


1636
1637
1638
# File 'sig/types.rbs', line 1636

def route_analysis_id
  @route_analysis_id
end

#source ⇒ Types::RouteAnalysisEndpointOptions

Returns the value of attribute source.



1639
1640
1641
# File 'sig/types.rbs', line 1639

def source
  @source
end

#start_timestamp ⇒ ::Time

Returns the value of attribute start_timestamp.

Returns:

  • (::Time)


1637
1638
1639
# File 'sig/types.rbs', line 1637

def start_timestamp
  @start_timestamp
end

#status ⇒ "RUNNING", ...

Returns the value of attribute status.

Returns:

  • ("RUNNING", "COMPLETED", "FAILED")


1638
1639
1640
# File 'sig/types.rbs', line 1638

def status
  @status
end

#use_middleboxes ⇒ Boolean

Returns the value of attribute use_middleboxes.

Returns:

  • (Boolean)


1642
1643
1644
# File 'sig/types.rbs', line 1642

def use_middleboxes
  @use_middleboxes
end