Class: Aws::Types::NetworkInsightsAccessScopeAnalysis

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analyzed_eni_count::Integer

Returns the value of attribute analyzed_eni_count.

Returns:

  • (::Integer)


15357
15358
15359
# File 'sig/types.rbs', line 15357

def analyzed_eni_count
  @analyzed_eni_count
end

#end_date::Time

Returns the value of attribute end_date.

Returns:

  • (::Time)


15355
15356
15357
# File 'sig/types.rbs', line 15355

def end_date
  @end_date
end

#findings_found"true", ...

Returns the value of attribute findings_found.

Returns:

  • ("true", "false", "unknown")


15356
15357
15358
# File 'sig/types.rbs', line 15356

def findings_found
  @findings_found
end

#network_insights_access_scope_analysis_arn::String

Returns the value of attribute network_insights_access_scope_analysis_arn.

Returns:

  • (::String)


15349
15350
15351
# File 'sig/types.rbs', line 15349

def network_insights_access_scope_analysis_arn
  @network_insights_access_scope_analysis_arn
end

#network_insights_access_scope_analysis_id::String

Returns the value of attribute network_insights_access_scope_analysis_id.

Returns:

  • (::String)


15348
15349
15350
# File 'sig/types.rbs', line 15348

def network_insights_access_scope_analysis_id
  @network_insights_access_scope_analysis_id
end

#network_insights_access_scope_id::String

Returns the value of attribute network_insights_access_scope_id.

Returns:

  • (::String)


15350
15351
15352
# File 'sig/types.rbs', line 15350

def network_insights_access_scope_id
  @network_insights_access_scope_id
end

#start_date::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


15354
15355
15356
# File 'sig/types.rbs', line 15354

def start_date
  @start_date
end

#status"running", ...

Returns the value of attribute status.

Returns:

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


15351
15352
15353
# File 'sig/types.rbs', line 15351

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


15352
15353
15354
# File 'sig/types.rbs', line 15352

def status_message
  @status_message
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



15358
15359
15360
# File 'sig/types.rbs', line 15358

def tags
  @tags
end

#warning_message::String

Returns the value of attribute warning_message.

Returns:

  • (::String)


15353
15354
15355
# File 'sig/types.rbs', line 15353

def warning_message
  @warning_message
end