Class: Aws::FraudDetector::Types::GetEventTypesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::GetEventTypesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:event_types]
Instance Attribute Summary collapse
-
#event_types ⇒ Array<Types::EventType>
An array of event types.
-
#next_token ⇒ String
The next page token.
Instance Attribute Details
#event_types ⇒ Array<Types::EventType>
An array of event types.
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_token ⇒ String
The next page token.
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 |