Class: Aws::Types::DescribeNetworkInsightsPathsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


6847
6848
6849
# File 'sig/types.rbs', line 6847

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



6845
6846
6847
# File 'sig/types.rbs', line 6845

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


6846
6847
6848
# File 'sig/types.rbs', line 6846

def max_results
  @max_results
end

#network_insights_path_ids::Array[::String]

Returns the value of attribute network_insights_path_ids.

Returns:

  • (::Array[::String])


6844
6845
6846
# File 'sig/types.rbs', line 6844

def network_insights_path_ids
  @network_insights_path_ids
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6848
6849
6850
# File 'sig/types.rbs', line 6848

def next_token
  @next_token
end