Class: Aws::ResourceExplorer2::Types::ListIndexesForMembersOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#indexesArray<Types::MemberIndex>

A structure that contains the details and status of each index.

Returns:



658
659
660
661
662
663
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 658

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

#next_tokenString

If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null. The pagination tokens expire after 24 hours.

Returns:

  • (String)


658
659
660
661
662
663
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 658

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