Class: Aws::Types::AnomalyDetectorSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias::String

Returns the value of attribute alias.

Returns:

  • (::String)


84
85
86
# File 'sig/types.rbs', line 84

def alias
  @alias
end

#anomaly_detector_id::String

Returns the value of attribute anomaly_detector_id.

Returns:

  • (::String)


83
84
85
# File 'sig/types.rbs', line 83

def anomaly_detector_id
  @anomaly_detector_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


86
87
88
# File 'sig/types.rbs', line 86

def created_at
  @created_at
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


87
88
89
# File 'sig/types.rbs', line 87

def modified_at
  @modified_at
end

#statusTypes::AnomalyDetectorStatus

Returns the value of attribute status.



85
86
87
# File 'sig/types.rbs', line 85

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


88
89
90
# File 'sig/types.rbs', line 88

def tags
  @tags
end