Class: Aws::EC2::Types::CreateNetworkAclResult

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

Overview

Contains the output of CreateNetworkAcl.

Instance Attribute Summary collapse

Instance Attribute Details

#network_aclTypes::NetworkAcl

Information about the network ACL.

Returns:



3115
3116
3117
3118
# File 'lib/aws-sdk-ec2/types.rb', line 3115

class CreateNetworkAclResult < Struct.new(
  :network_acl)
  include Aws::Structure
end