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

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

#event_typesArray<Types::EventType>

An array of event types.

Returns:



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

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

#next_tokenString

The next page token.

Returns:

  • (String)


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

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