Class: Aws::Types::GetAnomaliesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#anomalies::Array[Types::Anomaly]

Returns the value of attribute anomalies.

Returns:



503
504
505
# File 'sig/types.rbs', line 503

def anomalies
  @anomalies
end

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:

  • (::String)


504
505
506
# File 'sig/types.rbs', line 504

def next_page_token
  @next_page_token
end