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:



10259
10260
10261
# File 'sig/types.rbs', line 10259

def analysis_findings
  @analysis_findings
end

#analysis_status"running", ...

Returns the value of attribute analysis_status.

Returns:

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


10258
10259
10260
# File 'sig/types.rbs', line 10258

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)


10257
10258
10259
# File 'sig/types.rbs', line 10257

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)


10260
10261
10262
# File 'sig/types.rbs', line 10260

def next_token
  @next_token
end