Class: Aws::Types::NetworkInsightsAccessScopeContent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exclude_paths::Array[Types::AccessScopePath]

Returns the value of attribute exclude_paths.

Returns:



15026
15027
15028
# File 'sig/types.rbs', line 15026

def exclude_paths
  @exclude_paths
end

#match_paths::Array[Types::AccessScopePath]

Returns the value of attribute match_paths.

Returns:



15025
15026
15027
# File 'sig/types.rbs', line 15025

def match_paths
  @match_paths
end

#network_insights_access_scope_id::String

Returns the value of attribute network_insights_access_scope_id.

Returns:

  • (::String)


15024
15025
15026
# File 'sig/types.rbs', line 15024

def network_insights_access_scope_id
  @network_insights_access_scope_id
end