Class: Aws::Types::PutAnomalyDetectorRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_detector_id::String

Returns the value of attribute anomaly_detector_id.

Returns:

  • (::String)


575
576
577
# File 'sig/types.rbs', line 575

def anomaly_detector_id
  @anomaly_detector_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


580
581
582
# File 'sig/types.rbs', line 580

def client_token
  @client_token
end

#configurationTypes::AnomalyDetectorConfiguration

Returns the value of attribute configuration.



578
579
580
# File 'sig/types.rbs', line 578

def configuration
  @configuration
end

#evaluation_interval_in_seconds::Integer

Returns the value of attribute evaluation_interval_in_seconds.

Returns:

  • (::Integer)


576
577
578
# File 'sig/types.rbs', line 576

def evaluation_interval_in_seconds
  @evaluation_interval_in_seconds
end

#labels::Hash[::String, ::String]

Returns the value of attribute labels.

Returns:

  • (::Hash[::String, ::String])


579
580
581
# File 'sig/types.rbs', line 579

def labels
  @labels
end

#missing_data_actionTypes::AnomalyDetectorMissingDataAction

Returns the value of attribute missing_data_action.



577
578
579
# File 'sig/types.rbs', line 577

def missing_data_action
  @missing_data_action
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


574
575
576
# File 'sig/types.rbs', line 574

def workspace_id
  @workspace_id
end