Class: Aws::SecurityLake::Types::ListDataLakeExceptionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::ListDataLakeExceptionsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securitylake/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Lists the maximum number of failures in Security Lake.
-
#next_token ⇒ String
Lists if there are more results available.
-
#regions ⇒ Array<String>
The Amazon Web Services Regions from which exceptions are retrieved.
Instance Attribute Details
#max_results ⇒ Integer
Lists the maximum number of failures in Security Lake.
1351 1352 1353 1354 1355 1356 1357 |
# File 'lib/aws-sdk-securitylake/types.rb', line 1351 class ListDataLakeExceptionsRequest < Struct.new( :max_results, :next_token, :regions) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Lists if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.
Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
1351 1352 1353 1354 1355 1356 1357 |
# File 'lib/aws-sdk-securitylake/types.rb', line 1351 class ListDataLakeExceptionsRequest < Struct.new( :max_results, :next_token, :regions) SENSITIVE = [] include Aws::Structure end |
#regions ⇒ Array<String>
The Amazon Web Services Regions from which exceptions are retrieved.
1351 1352 1353 1354 1355 1356 1357 |
# File 'lib/aws-sdk-securitylake/types.rb', line 1351 class ListDataLakeExceptionsRequest < Struct.new( :max_results, :next_token, :regions) SENSITIVE = [] include Aws::Structure end |