Class: Aws::Types::CreateAnomalyDetectorRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAnomalyDetectorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#configuration ⇒ Types::AnomalyDetectorConfiguration
Returns the value of attribute configuration.
-
#evaluation_interval_in_seconds ⇒ ::Integer
Returns the value of attribute evaluation_interval_in_seconds.
-
#labels ⇒ ::Hash[::String, ::String]
Returns the value of attribute labels.
-
#missing_data_action ⇒ Types::AnomalyDetectorMissingDataAction
Returns the value of attribute missing_data_action.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
128 129 130 |
# File 'sig/types.rbs', line 128 def alias @alias end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
133 134 135 |
# File 'sig/types.rbs', line 133 def client_token @client_token end |
#configuration ⇒ Types::AnomalyDetectorConfiguration
Returns the value of attribute configuration.
131 132 133 |
# File 'sig/types.rbs', line 131 def configuration @configuration end |
#evaluation_interval_in_seconds ⇒ ::Integer
Returns the value of attribute evaluation_interval_in_seconds.
129 130 131 |
# File 'sig/types.rbs', line 129 def evaluation_interval_in_seconds @evaluation_interval_in_seconds end |
#labels ⇒ ::Hash[::String, ::String]
Returns the value of attribute labels.
132 133 134 |
# File 'sig/types.rbs', line 132 def labels @labels end |
#missing_data_action ⇒ Types::AnomalyDetectorMissingDataAction
Returns the value of attribute missing_data_action.
130 131 132 |
# File 'sig/types.rbs', line 130 def missing_data_action @missing_data_action end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
134 135 136 |
# File 'sig/types.rbs', line 134 def @tags end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
127 128 129 |
# File 'sig/types.rbs', line 127 def workspace_id @workspace_id end |