Class: Aws::MemoryDB::Types::DescribeACLsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aclsArray<Types::ACL>

The list of ACLs.

Returns:



1244
1245
1246
1247
1248
1249
# File 'lib/aws-sdk-memorydb/types.rb', line 1244

class DescribeACLsResponse < Struct.new(
  :acls,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

Returns:

  • (String)


1244
1245
1246
1247
1248
1249
# File 'lib/aws-sdk-memorydb/types.rb', line 1244

class DescribeACLsResponse < Struct.new(
  :acls,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end