Class: Aws::Types::DescribeNetworkInsightsAccessScopeAnalysesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_start_time_begin::Time

Returns the value of attribute analysis_start_time_begin.

Returns:

  • (::Time)


6795
6796
6797
# File 'sig/types.rbs', line 6795

def analysis_start_time_begin
  @analysis_start_time_begin
end

#analysis_start_time_end::Time

Returns the value of attribute analysis_start_time_end.

Returns:

  • (::Time)


6796
6797
6798
# File 'sig/types.rbs', line 6796

def analysis_start_time_end
  @analysis_start_time_end
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


6799
6800
6801
# File 'sig/types.rbs', line 6799

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



6797
6798
6799
# File 'sig/types.rbs', line 6797

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


6798
6799
6800
# File 'sig/types.rbs', line 6798

def max_results
  @max_results
end

#network_insights_access_scope_analysis_ids::Array[::String]

Returns the value of attribute network_insights_access_scope_analysis_ids.

Returns:

  • (::Array[::String])


6793
6794
6795
# File 'sig/types.rbs', line 6793

def network_insights_access_scope_analysis_ids
  @network_insights_access_scope_analysis_ids
end

#network_insights_access_scope_id::String

Returns the value of attribute network_insights_access_scope_id.

Returns:

  • (::String)


6794
6795
6796
# File 'sig/types.rbs', line 6794

def network_insights_access_scope_id
  @network_insights_access_scope_id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6800
6801
6802
# File 'sig/types.rbs', line 6800

def next_token
  @next_token
end