Class: Aws::EC2::Types::CreateNetworkAclResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CreateNetworkAclResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #client_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Unique, case-sensitive identifier to ensure the idempotency of the request.
 - 
  
    
      #network_acl  ⇒ Types::NetworkAcl 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the network ACL.
 
Instance Attribute Details
#client_token ⇒ String
Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.
      10666 10667 10668 10669 10670 10671  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 10666 class CreateNetworkAclResult < Struct.new( :network_acl, :client_token) SENSITIVE = [] include Aws::Structure end  | 
  
#network_acl ⇒ Types::NetworkAcl
Information about the network ACL.
      10666 10667 10668 10669 10670 10671  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 10666 class CreateNetworkAclResult < Struct.new( :network_acl, :client_token) SENSITIVE = [] include Aws::Structure end  |