Class: Aws::SecurityLake::Types::ListSubscribersRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of accounts for which the configuration is displayed.

Returns:

  • (Integer)


1472
1473
1474
1475
1476
1477
# File 'lib/aws-sdk-securitylake/types.rb', line 1472

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

#next_tokenString

If nextToken is returned, there are more results available. You can repeat the call using the returned token to retrieve the next page.

Returns:

  • (String)


1472
1473
1474
1475
1476
1477
# File 'lib/aws-sdk-securitylake/types.rb', line 1472

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