Class: Aws::SecurityLake::Types::ListDataLakeExceptionsRequest

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

List the maximum number of failures in Security Lake.

Returns:

  • (Integer)


1344
1345
1346
1347
1348
1349
1350
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1344

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

#next_tokenString

List 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.

Returns:

  • (String)


1344
1345
1346
1347
1348
1349
1350
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1344

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

#regionsArray<String>

The Amazon Web Services Regions from which exceptions are retrieved.

Returns:

  • (Array<String>)


1344
1345
1346
1347
1348
1349
1350
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1344

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