Class: Aws::Types::PutAnomalyDetectorResponse

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)


585
586
587
# File 'sig/types.rbs', line 585

def anomaly_detector_id
  @anomaly_detector_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


586
587
588
# File 'sig/types.rbs', line 586

def arn
  @arn
end

#statusTypes::AnomalyDetectorStatus

Returns the value of attribute status.



587
588
589
# File 'sig/types.rbs', line 587

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


588
589
590
# File 'sig/types.rbs', line 588

def tags
  @tags
end