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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securitylake/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Lists the maximum number of failures in Security Lake.

Returns:

  • (Integer)


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_tokenString

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.

Returns:

  • (String)


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

#regionsArray<String>

The Amazon Web Services Regions from which exceptions are retrieved.

Returns:

  • (Array<String>)


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