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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.

Returns:

  • (String)


9754
9755
9756
9757
9758
9759
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 9754

class CreateNetworkAclResult < Struct.new(
  :network_acl,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#network_aclTypes::NetworkAcl

Information about the network ACL.

Returns:



9754
9755
9756
9757
9758
9759
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 9754

class CreateNetworkAclResult < Struct.new(
  :network_acl,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end