Class: Aws::EC2::Types::NetworkInsightsAccessScope
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::NetworkInsightsAccessScope
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a Network Access Scope.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #created_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The creation date.
 - 
  
    
      #network_insights_access_scope_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the Network Access Scope.
 - 
  
    
      #network_insights_access_scope_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Network Access Scope.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags.
 - 
  
    
      #updated_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The last updated date.
 
Instance Attribute Details
#created_date ⇒ Time
The creation date.
      56024 56025 56026 56027 56028 56029 56030 56031 56032  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 56024 class NetworkInsightsAccessScope < Struct.new( :network_insights_access_scope_id, :network_insights_access_scope_arn, :created_date, :updated_date, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#network_insights_access_scope_arn ⇒ String
The Amazon Resource Name (ARN) of the Network Access Scope.
      56024 56025 56026 56027 56028 56029 56030 56031 56032  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 56024 class NetworkInsightsAccessScope < Struct.new( :network_insights_access_scope_id, :network_insights_access_scope_arn, :created_date, :updated_date, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#network_insights_access_scope_id ⇒ String
The ID of the Network Access Scope.
      56024 56025 56026 56027 56028 56029 56030 56031 56032  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 56024 class NetworkInsightsAccessScope < Struct.new( :network_insights_access_scope_id, :network_insights_access_scope_arn, :created_date, :updated_date, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
The tags.
      56024 56025 56026 56027 56028 56029 56030 56031 56032  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 56024 class NetworkInsightsAccessScope < Struct.new( :network_insights_access_scope_id, :network_insights_access_scope_arn, :created_date, :updated_date, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#updated_date ⇒ Time
The last updated date.
      56024 56025 56026 56027 56028 56029 56030 56031 56032  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 56024 class NetworkInsightsAccessScope < Struct.new( :network_insights_access_scope_id, :network_insights_access_scope_arn, :created_date, :updated_date, :tags) SENSITIVE = [] include Aws::Structure end  |