Class: Aws::Types::ListInsightsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#entityTypes::InsightEntity

Returns the value of attribute entity.



1679
1680
1681
# File 'sig/types.rbs', line 1679

def entity
  @entity
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1682
1683
1684
# File 'sig/types.rbs', line 1682

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1683
1684
1685
# File 'sig/types.rbs', line 1683

def next_token
  @next_token
end

#sort_order"ASC", "DESC"

Returns the value of attribute sort_order.

Returns:

  • ("ASC", "DESC")


1681
1682
1683
# File 'sig/types.rbs', line 1681

def sort_order
  @sort_order
end

#time_rangeTypes::InsightTimeRange

Returns the value of attribute time_range.



1680
1681
1682
# File 'sig/types.rbs', line 1680

def time_range
  @time_range
end