Class: Aws::SecurityLake::Types::ListSubscribersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::ListSubscribersRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securitylake/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of accounts for which the configuration is displayed.
-
#next_token ⇒ String
If nextToken is returned, there are more results available.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of accounts for which the configuration is displayed.
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_token ⇒ String
If nextToken is returned, there are more results available. You can repeat the call using the returned token to retrieve the next page.
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 |