Class: Aws::FraudDetector::Types::GetEntityTypesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::GetEntityTypesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity_types ⇒ Array<Types::EntityType>
An array of entity types.
-
#next_token ⇒ String
The next page token.
Instance Attribute Details
#entity_types ⇒ Array<Types::EntityType>
An array of entity types.
2307 2308 2309 2310 2311 2312 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2307 class GetEntityTypesResult < Struct.new( :entity_types, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The next page token.
2307 2308 2309 2310 2311 2312 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2307 class GetEntityTypesResult < Struct.new( :entity_types, :next_token) SENSITIVE = [] include Aws::Structure end |