Class: Aws::DAX::Types::DescribeEventsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DAX::Types::DescribeEventsResponse
- Defined in:
- gems/aws-sdk-dax/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.
750 751 752 753 754 755 |
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 750 class DescribeEventsResponse < Struct.new( :next_token, :events) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Provides an identifier to allow retrieval of paginated results.
750 751 752 753 754 755 |
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 750 class DescribeEventsResponse < Struct.new( :next_token, :events) SENSITIVE = [] include Aws::Structure end |