Class: Aws::CodeCatalyst::Types::ListEventLogsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The time after which you do not want any events retrieved, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.

Returns:

  • (Time)


1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1789

class ListEventLogsRequest < Struct.new(
  :space_name,
  :start_time,
  :end_time,
  :event_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#event_nameString

The name of the event.

Returns:

  • (String)


1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1789

class ListEventLogsRequest < Struct.new(
  :space_name,
  :start_time,
  :end_time,
  :event_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a NextToken element, which you can use to obtain additional results.

Returns:

  • (Integer)


1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1789

class ListEventLogsRequest < Struct.new(
  :space_name,
  :start_time,
  :end_time,
  :event_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token returned from a call to this API to indicate the next batch of results to return, if any.

Returns:

  • (String)


1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1789

class ListEventLogsRequest < Struct.new(
  :space_name,
  :start_time,
  :end_time,
  :event_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#space_nameString

The name of the space.

Returns:

  • (String)


1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1789

class ListEventLogsRequest < Struct.new(
  :space_name,
  :start_time,
  :end_time,
  :event_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The date and time when you want to start retrieving events, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.

Returns:

  • (Time)


1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1789

class ListEventLogsRequest < Struct.new(
  :space_name,
  :start_time,
  :end_time,
  :event_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end