Class: Aws::Types::CreateAnomalyDetectorRequest

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)


128
129
130
# File 'sig/types.rbs', line 128

def alias
  @alias
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


133
134
135
# File 'sig/types.rbs', line 133

def client_token
  @client_token
end

#configurationTypes::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.

Returns:

  • (::Integer)


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.

Returns:

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


132
133
134
# File 'sig/types.rbs', line 132

def labels
  @labels
end

#missing_data_actionTypes::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.

Returns:

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


134
135
136
# File 'sig/types.rbs', line 134

def tags
  @tags
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def workspace_id
  @workspace_id
end