Class: Aws::Inspector2::Types::ListMembersResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#membersArray<Types::Member>

An object that contains details for each member account.

Returns:



5275
5276
5277
5278
5279
5280
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5275

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

#next_tokenString

The pagination parameter to be used on the next list operation to retrieve more items.

Returns:

  • (String)


5275
5276
5277
5278
5279
5280
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5275

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