Class: Aws::DAX::Types::DescribeEventsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DAX::Types::DescribeEventsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dax/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#events ⇒ Array<Types::Event>
An array of events.
-
#next_token ⇒ String
Provides an identifier to allow retrieval of paginated results.
Instance Attribute Details
#events ⇒ Array<Types::Event>
An array of events. Each element in the array represents one event.
645 646 647 648 649 650 |
# File 'lib/aws-sdk-dax/types.rb', line 645 class DescribeEventsResponse < Struct.new( :next_token, :events) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Provides an identifier to allow retrieval of paginated results.
645 646 647 648 649 650 |
# File 'lib/aws-sdk-dax/types.rb', line 645 class DescribeEventsResponse < Struct.new( :next_token, :events) SENSITIVE = [] include Aws::Structure end |