Class: Aws::FraudDetector::Types::GetEntityTypesResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entity_typesArray<Types::EntityType>

An array of entity types.

Returns:



2307
2308
2309
2310
2311
2312
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2307

class GetEntityTypesResult < Struct.new(
  :entity_types,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The next page token.

Returns:

  • (String)


2307
2308
2309
2310
2311
2312
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2307

class GetEntityTypesResult < Struct.new(
  :entity_types,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end