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)


6612
6613
6614
# File 'sig/types.rbs', line 6612

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)


6613
6614
6615
# File 'sig/types.rbs', line 6613

def analysis_start_time_end
  @analysis_start_time_end
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


6616
6617
6618
# File 'sig/types.rbs', line 6616

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



6614
6615
6616
# File 'sig/types.rbs', line 6614

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


6615
6616
6617
# File 'sig/types.rbs', line 6615

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])


6610
6611
6612
# File 'sig/types.rbs', line 6610

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)


6611
6612
6613
# File 'sig/types.rbs', line 6611

def network_insights_access_scope_id
  @network_insights_access_scope_id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6617
6618
6619
# File 'sig/types.rbs', line 6617

def next_token
  @next_token
end