Class: Aws::MemoryDB::Types::DescribeEventsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/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)


1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 1283

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. Example: 2017-03-30T07:03:49.555Z

Returns:

  • (Time)


1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 1283

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 records to include in the response. If more records exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

Returns:

  • (Integer)


1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 1283

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 argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

Returns:

  • (String)


1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 1283

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 are returned. If not specified, all sources are included in the response.

Returns:

  • (String)


1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 1283

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)


1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 1283

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. Example: 2017-03-30T07:03:49.555Z

Returns:

  • (Time)


1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 1283

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