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:



1129
1130
1131
1132
1133
1134
# File 'lib/aws-sdk-memorydb/types.rb', line 1129

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)


1129
1130
1131
1132
1133
1134
# File 'lib/aws-sdk-memorydb/types.rb', line 1129

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