Class: Aws::Types::DescribeNetworkAclsResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#network_acls::Array[Types::NetworkAcl]

Returns the value of attribute network_acls.

Returns:



6604
6605
6606
# File 'sig/types.rbs', line 6604

def network_acls
  @network_acls
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6605
6606
6607
# File 'sig/types.rbs', line 6605

def next_token
  @next_token
end