Class: Aws::Types::CreateNetworkInsightsAccessScopeResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateNetworkInsightsAccessScopeResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#network_insights_access_scope ⇒ Types::NetworkInsightsAccessScope
Returns the value of attribute network_insights_access_scope.
-
#network_insights_access_scope_content ⇒ Types::NetworkInsightsAccessScopeContent
Returns the value of attribute network_insights_access_scope_content.
Instance Attribute Details
#network_insights_access_scope ⇒ Types::NetworkInsightsAccessScope
Returns the value of attribute network_insights_access_scope.
2859 2860 2861 |
# File 'sig/types.rbs', line 2859 def network_insights_access_scope @network_insights_access_scope end |
#network_insights_access_scope_content ⇒ Types::NetworkInsightsAccessScopeContent
Returns the value of attribute network_insights_access_scope_content.
2860 2861 2862 |
# File 'sig/types.rbs', line 2860 def network_insights_access_scope_content @network_insights_access_scope_content end |