Class: Aws::DataExchange::Types::ListEventActionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ListEventActionsResponse
- Defined in:
- gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_actions ⇒ Array<Types::EventActionEntry>
-
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
Instance Attribute Details
#event_actions ⇒ Array<Types::EventActionEntry>
2323 2324 2325 2326 2327 2328 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2323 class ListEventActionsResponse < Struct.new( :event_actions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
2323 2324 2325 2326 2327 2328 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2323 class ListEventActionsResponse < Struct.new( :event_actions, :next_token) SENSITIVE = [] include Aws::Structure end |