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.
10548 10549 10550 10551 10552 10553 |
# File 'lib/aws-sdk-ec2/types.rb', line 10548 class CreateNetworkAclResult < Struct.new( :network_acl, :client_token) SENSITIVE = [] include Aws::Structure end |
#network_acl ⇒ Types::NetworkAcl
Information about the network ACL.
10548 10549 10550 10551 10552 10553 |
# File 'lib/aws-sdk-ec2/types.rb', line 10548 class CreateNetworkAclResult < Struct.new( :network_acl, :client_token) SENSITIVE = [] include Aws::Structure end |