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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-memorydb/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:



1112
1113
1114
1115
1116
1117
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 1112

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)


1112
1113
1114
1115
1116
1117
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 1112

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