Class: Aws::Types::CreateAnomalyDetectorResponse

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)


139
140
141
# File 'sig/types.rbs', line 139

def anomaly_detector_id
  @anomaly_detector_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


140
141
142
# File 'sig/types.rbs', line 140

def arn
  @arn
end

#statusTypes::AnomalyDetectorStatus

Returns the value of attribute status.



141
142
143
# File 'sig/types.rbs', line 141

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


142
143
144
# File 'sig/types.rbs', line 142

def tags
  @tags
end