Class: Aws::Types::GetNetworkInsightsAccessScopeAnalysisFindingsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_findings::Array[Types::AccessScopeAnalysisFinding]

Returns the value of attribute analysis_findings.

Returns:



10701
10702
10703
# File 'sig/types.rbs', line 10701

def analysis_findings
  @analysis_findings
end

#analysis_status"running", ...

Returns the value of attribute analysis_status.

Returns:

  • ("running", "succeeded", "failed")


10700
10701
10702
# File 'sig/types.rbs', line 10700

def analysis_status
  @analysis_status
end

#network_insights_access_scope_analysis_id::String

Returns the value of attribute network_insights_access_scope_analysis_id.

Returns:

  • (::String)


10699
10700
10701
# File 'sig/types.rbs', line 10699

def network_insights_access_scope_analysis_id
  @network_insights_access_scope_analysis_id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10702
10703
10704
# File 'sig/types.rbs', line 10702

def next_token
  @next_token
end