Class: Aws::Types::DescribeNetworkInsightsAnalysesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_end_time::Time

Returns the value of attribute analysis_end_time.

Returns:

  • (::Time)


6646
6647
6648
# File 'sig/types.rbs', line 6646

def analysis_end_time
  @analysis_end_time
end

#analysis_start_time::Time

Returns the value of attribute analysis_start_time.

Returns:

  • (::Time)


6645
6646
6647
# File 'sig/types.rbs', line 6645

def analysis_start_time
  @analysis_start_time
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


6649
6650
6651
# File 'sig/types.rbs', line 6649

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



6647
6648
6649
# File 'sig/types.rbs', line 6647

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


6648
6649
6650
# File 'sig/types.rbs', line 6648

def max_results
  @max_results
end

#network_insights_analysis_ids::Array[::String]

Returns the value of attribute network_insights_analysis_ids.

Returns:

  • (::Array[::String])


6643
6644
6645
# File 'sig/types.rbs', line 6643

def network_insights_analysis_ids
  @network_insights_analysis_ids
end

#network_insights_path_id::String

Returns the value of attribute network_insights_path_id.

Returns:

  • (::String)


6644
6645
6646
# File 'sig/types.rbs', line 6644

def network_insights_path_id
  @network_insights_path_id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6650
6651
6652
# File 'sig/types.rbs', line 6650

def next_token
  @next_token
end