Class: Aws::EC2::Types::GetNetworkInsightsAccessScopeContentResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_insights_access_scope_contentTypes::NetworkInsightsAccessScopeContent

The Network Access Scope content.



35404
35405
35406
35407
35408
# File 'lib/aws-sdk-ec2/types.rb', line 35404

class GetNetworkInsightsAccessScopeContentResult < Struct.new(
  :network_insights_access_scope_content)
  SENSITIVE = []
  include Aws::Structure
end