Class: Aws::FraudDetector::Types::GetEventTypesResult

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

Overview

Constant Summary collapse

SENSITIVE =
[:event_types]

Instance Attribute Summary collapse

Instance Attribute Details

#event_typesArray<Types::EventType>

An array of event types.

Returns:



2604
2605
2606
2607
2608
2609
# File 'lib/aws-sdk-frauddetector/types.rb', line 2604

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

#next_tokenString

The next page token.

Returns:

  • (String)


2604
2605
2606
2607
2608
2609
# File 'lib/aws-sdk-frauddetector/types.rb', line 2604

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