Class: Aws::Types::ListInsightsDataRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#data_type"InsightsEvents"

Returns the value of attribute data_type.



832
833
834
# File 'sig/types.rbs', line 832

def data_type
  @data_type
end

#dimensions::Hash[("EventId" | "EventName" | "EventSource"), ::String]

Returns the value of attribute dimensions.



833
834
835
# File 'sig/types.rbs', line 833

def dimensions
  @dimensions
end

#end_time::Time

Returns the value of attribute end_time.



835
836
837
# File 'sig/types.rbs', line 835

def end_time
  @end_time
end

#insight_source::String

Returns the value of attribute insight_source.



831
832
833
# File 'sig/types.rbs', line 831

def insight_source
  @insight_source
end

#max_results::Integer

Returns the value of attribute max_results.



836
837
838
# File 'sig/types.rbs', line 836

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.



837
838
839
# File 'sig/types.rbs', line 837

def next_token
  @next_token
end

#start_time::Time

Returns the value of attribute start_time.



834
835
836
# File 'sig/types.rbs', line 834

def start_time
  @start_time
end