Class: Aws::ElastiCache::Types::DescribeEventsMessage

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

Overview

Represents the input of a DescribeEvents operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#durationInteger

The number of minutes worth of events to retrieve.

Returns:

  • (Integer)


3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3999

class DescribeEventsMessage < Struct.new(
  :source_identifier,
  :source_type,
  :start_time,
  :end_time,
  :duration,
  :max_records,
  :marker)
  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)


3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3999

class DescribeEventsMessage < Struct.new(
  :source_identifier,
  :source_type,
  :start_time,
  :end_time,
  :duration,
  :max_records,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

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

Returns:

  • (String)


3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3999

class DescribeEventsMessage < Struct.new(
  :source_identifier,
  :source_type,
  :start_time,
  :end_time,
  :duration,
  :max_records,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#max_recordsInteger

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

Default: 100

Constraints: minimum 20; maximum 100.

Returns:

  • (Integer)


3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3999

class DescribeEventsMessage < Struct.new(
  :source_identifier,
  :source_type,
  :start_time,
  :end_time,
  :duration,
  :max_records,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#source_identifierString

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

Returns:

  • (String)


3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3999

class DescribeEventsMessage < Struct.new(
  :source_identifier,
  :source_type,
  :start_time,
  :end_time,
  :duration,
  :max_records,
  :marker)
  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)


3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3999

class DescribeEventsMessage < Struct.new(
  :source_identifier,
  :source_type,
  :start_time,
  :end_time,
  :duration,
  :max_records,
  :marker)
  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)


3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 3999

class DescribeEventsMessage < Struct.new(
  :source_identifier,
  :source_type,
  :start_time,
  :end_time,
  :duration,
  :max_records,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end