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
-
#network_acl ⇒ Types::NetworkAcl
Information about the network ACL.
Instance Attribute Details
#network_acl ⇒ Types::NetworkAcl
Information about the network ACL.
9499 9500 9501 9502 9503 |
# File 'lib/aws-sdk-ec2/types.rb', line 9499 class CreateNetworkAclResult < Struct.new( :network_acl) SENSITIVE = [] include Aws::Structure end |