Class: Aws::EC2::Types::NetworkInterfacePermission
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::NetworkInterfacePermission
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a permission for a network interface.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #aws_account_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services account ID.
 - 
  
    
      #aws_service  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services service.
 - 
  
    
      #network_interface_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the network interface.
 - 
  
    
      #network_interface_permission_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the network interface permission.
 - 
  
    
      #permission  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of permission.
 - 
  
    
      #permission_state  ⇒ Types::NetworkInterfacePermissionState 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the state of the permission.
 
Instance Attribute Details
#aws_account_id ⇒ String
The Amazon Web Services account ID.
      57230 57231 57232 57233 57234 57235 57236 57237 57238 57239  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 57230 class NetworkInterfacePermission < Struct.new( :network_interface_permission_id, :network_interface_id, :aws_account_id, :aws_service, :permission, :permission_state) SENSITIVE = [] include Aws::Structure end  | 
  
#aws_service ⇒ String
The Amazon Web Services service.
      57230 57231 57232 57233 57234 57235 57236 57237 57238 57239  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 57230 class NetworkInterfacePermission < Struct.new( :network_interface_permission_id, :network_interface_id, :aws_account_id, :aws_service, :permission, :permission_state) SENSITIVE = [] include Aws::Structure end  | 
  
#network_interface_id ⇒ String
The ID of the network interface.
      57230 57231 57232 57233 57234 57235 57236 57237 57238 57239  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 57230 class NetworkInterfacePermission < Struct.new( :network_interface_permission_id, :network_interface_id, :aws_account_id, :aws_service, :permission, :permission_state) SENSITIVE = [] include Aws::Structure end  | 
  
#network_interface_permission_id ⇒ String
The ID of the network interface permission.
      57230 57231 57232 57233 57234 57235 57236 57237 57238 57239  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 57230 class NetworkInterfacePermission < Struct.new( :network_interface_permission_id, :network_interface_id, :aws_account_id, :aws_service, :permission, :permission_state) SENSITIVE = [] include Aws::Structure end  | 
  
#permission ⇒ String
The type of permission.
      57230 57231 57232 57233 57234 57235 57236 57237 57238 57239  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 57230 class NetworkInterfacePermission < Struct.new( :network_interface_permission_id, :network_interface_id, :aws_account_id, :aws_service, :permission, :permission_state) SENSITIVE = [] include Aws::Structure end  | 
  
#permission_state ⇒ Types::NetworkInterfacePermissionState
Information about the state of the permission.
      57230 57231 57232 57233 57234 57235 57236 57237 57238 57239  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 57230 class NetworkInterfacePermission < Struct.new( :network_interface_permission_id, :network_interface_id, :aws_account_id, :aws_service, :permission, :permission_state) SENSITIVE = [] include Aws::Structure end  |