Class: Aws::FraudDetector::Types::GetListsMetadataResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::GetListsMetadataResult
- Defined in:
- gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lists ⇒ Array<Types::AllowDenyList>
The metadata of the specified list or all lists under the account.
-
#next_token ⇒ String
The next page token.
Instance Attribute Details
#lists ⇒ Array<Types::AllowDenyList>
The metadata of the specified list or all lists under the account.
2772 2773 2774 2775 2776 2777 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2772 class GetListsMetadataResult < Struct.new( :lists, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The next page token.
2772 2773 2774 2775 2776 2777 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2772 class GetListsMetadataResult < Struct.new( :lists, :next_token) SENSITIVE = [] include Aws::Structure end |