Class: Aws::Types::LookupEventsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


935
936
937
# File 'sig/types.rbs', line 935

def end_time
  @end_time
end

#event_category"insight"

Returns the value of attribute event_category.

Returns:

  • ("insight")


936
937
938
# File 'sig/types.rbs', line 936

def event_category
  @event_category
end

#lookup_attributes::Array[Types::LookupAttribute]

Returns the value of attribute lookup_attributes.

Returns:



933
934
935
# File 'sig/types.rbs', line 933

def lookup_attributes
  @lookup_attributes
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


937
938
939
# File 'sig/types.rbs', line 937

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


938
939
940
# File 'sig/types.rbs', line 938

def next_token
  @next_token
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


934
935
936
# File 'sig/types.rbs', line 934

def start_time
  @start_time
end