Class: Aws::Types::GetAnomaliesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#date_intervalTypes::AnomalyDateInterval

Returns the value of attribute date_interval.



494
495
496
# File 'sig/types.rbs', line 494

def date_interval
  @date_interval
end

#feedback"YES", ...

Returns the value of attribute feedback.

Returns:

  • ("YES", "NO", "PLANNED_ACTIVITY")


495
496
497
# File 'sig/types.rbs', line 495

def feedback
  @feedback
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


498
499
500
# File 'sig/types.rbs', line 498

def max_results
  @max_results
end

#monitor_arn::String

Returns the value of attribute monitor_arn.

Returns:

  • (::String)


493
494
495
# File 'sig/types.rbs', line 493

def monitor_arn
  @monitor_arn
end

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:

  • (::String)


497
498
499
# File 'sig/types.rbs', line 497

def next_page_token
  @next_page_token
end

#total_impactTypes::TotalImpactFilter

Returns the value of attribute total_impact.



496
497
498
# File 'sig/types.rbs', line 496

def total_impact
  @total_impact
end