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.
1246 1247 1248 1249 1250 1251 1252 |
# File 'lib/aws-sdk-securitylake/types.rb', line 1246 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.
1246 1247 1248 1249 1250 1251 1252 |
# File 'lib/aws-sdk-securitylake/types.rb', line 1246 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.
1246 1247 1248 1249 1250 1251 1252 |
# File 'lib/aws-sdk-securitylake/types.rb', line 1246 class ListDataLakeExceptionsRequest < Struct.new( :max_results, :next_token, :regions) SENSITIVE = [] include Aws::Structure end |