Class: Aws::GuardDuty::Types::ListMembersRequest

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

Overview

Note:

When making an API call, you may pass ListMembersRequest data as a hash:

{
  detector_id: "__string", # required
  max_results: 1,
  next_token: "__string",
  only_associated: "__string",
}

Instance Attribute Summary collapse

Instance Attribute Details

#detector_idString

Returns:

  • (String)


1976
1977
1978
1979
1980
1981
1982
# File 'lib/aws-sdk-guardduty/types.rb', line 1976

class ListMembersRequest < Struct.new(
  :detector_id,
  :max_results,
  :next_token,
  :only_associated)
  include Aws::Structure
end

#max_resultsInteger

You can use this parameter to indicate the maximum number of items that you want in the response.

Returns:

  • (Integer)


1976
1977
1978
1979
1980
1981
1982
# File 'lib/aws-sdk-guardduty/types.rb', line 1976

class ListMembersRequest < Struct.new(
  :detector_id,
  :max_results,
  :next_token,
  :only_associated)
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


1976
1977
1978
1979
1980
1981
1982
# File 'lib/aws-sdk-guardduty/types.rb', line 1976

class ListMembersRequest < Struct.new(
  :detector_id,
  :max_results,
  :next_token,
  :only_associated)
  include Aws::Structure
end

#only_associatedString

Returns:

  • (String)


1976
1977
1978
1979
1980
1981
1982
# File 'lib/aws-sdk-guardduty/types.rb', line 1976

class ListMembersRequest < Struct.new(
  :detector_id,
  :max_results,
  :next_token,
  :only_associated)
  include Aws::Structure
end