Class: Aws::EC2::Types::GetNetworkInsightsAccessScopeAnalysisFindingsResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_findingsArray<Types::AccessScopeAnalysisFinding>

The findings associated with Network Access Scope Analysis.



35429
35430
35431
35432
35433
35434
35435
35436
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35429

class GetNetworkInsightsAccessScopeAnalysisFindingsResult < Struct.new(
  :network_insights_access_scope_analysis_id,
  :analysis_status,
  :analysis_findings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#analysis_statusString

The status of Network Access Scope Analysis.

Returns:

  • (String)


35429
35430
35431
35432
35433
35434
35435
35436
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35429

class GetNetworkInsightsAccessScopeAnalysisFindingsResult < Struct.new(
  :network_insights_access_scope_analysis_id,
  :analysis_status,
  :analysis_findings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#network_insights_access_scope_analysis_idString

The ID of the Network Access Scope analysis.

Returns:

  • (String)


35429
35430
35431
35432
35433
35434
35435
35436
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35429

class GetNetworkInsightsAccessScopeAnalysisFindingsResult < Struct.new(
  :network_insights_access_scope_analysis_id,
  :analysis_status,
  :analysis_findings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


35429
35430
35431
35432
35433
35434
35435
35436
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35429

class GetNetworkInsightsAccessScopeAnalysisFindingsResult < Struct.new(
  :network_insights_access_scope_analysis_id,
  :analysis_status,
  :analysis_findings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end