Class: Aws::DAX::Types::DescribeEventsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#durationInteger

The number of minutes' worth of events to retrieve.

Returns:

  • (Integer)


623
624
625
626
627
628
629
630
631
632
633
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 623

class DescribeEventsRequest < Struct.new(
  :source_name,
  :source_type,
  :start_time,
  :end_time,
  :duration,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The end of the time interval for which to retrieve events, specified in ISO 8601 format.

Returns:

  • (Time)


623
624
625
626
627
628
629
630
631
632
633
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 623

class DescribeEventsRequest < Struct.new(
  :source_name,
  :source_type,
  :start_time,
  :end_time,
  :duration,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

The value for MaxResults must be between 20 and 100.

Returns:

  • (Integer)


623
624
625
626
627
628
629
630
631
632
633
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 623

class DescribeEventsRequest < Struct.new(
  :source_name,
  :source_type,
  :start_time,
  :end_time,
  :duration,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

Returns:

  • (String)


623
624
625
626
627
628
629
630
631
632
633
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 623

class DescribeEventsRequest < Struct.new(
  :source_name,
  :source_type,
  :start_time,
  :end_time,
  :duration,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#source_nameString

The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

Returns:

  • (String)


623
624
625
626
627
628
629
630
631
632
633
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 623

class DescribeEventsRequest < Struct.new(
  :source_name,
  :source_type,
  :start_time,
  :end_time,
  :duration,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#source_typeString

The event source to retrieve events for. If no value is specified, all events are returned.

Returns:

  • (String)


623
624
625
626
627
628
629
630
631
632
633
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 623

class DescribeEventsRequest < Struct.new(
  :source_name,
  :source_type,
  :start_time,
  :end_time,
  :duration,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The beginning of the time interval to retrieve events for, specified in ISO 8601 format.

Returns:

  • (Time)


623
624
625
626
627
628
629
630
631
632
633
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 623

class DescribeEventsRequest < Struct.new(
  :source_name,
  :source_type,
  :start_time,
  :end_time,
  :duration,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end