Class: Aws::Types::LookupEventsRequest
- Inherits:
-
Object
- Object
- Aws::Types::LookupEventsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#event_category ⇒ "insight"
Returns the value of attribute event_category.
-
#lookup_attributes ⇒ ::Array[Types::LookupAttribute]
Returns the value of attribute lookup_attributes.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_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.
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.
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.
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.
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.
934 935 936 |
# File 'sig/types.rbs', line 934 def start_time @start_time end |