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

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


1465
1466
1467
1468
1469
1470
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1465

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)


1465
1466
1467
1468
1469
1470
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1465

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