Class: Aws::LookoutMetrics::Types::AttributeValue

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb

Overview

An attribute value.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bString

A binary value.

Returns:

  • (String)


535
536
537
538
539
540
541
542
543
544
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 535

class AttributeValue < Struct.new(
  :s,
  :n,
  :b,
  :ss,
  :ns,
  :bs)
  SENSITIVE = []
  include Aws::Structure
end

#bsArray<String>

A list of binary values.

Returns:

  • (Array<String>)


535
536
537
538
539
540
541
542
543
544
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 535

class AttributeValue < Struct.new(
  :s,
  :n,
  :b,
  :ss,
  :ns,
  :bs)
  SENSITIVE = []
  include Aws::Structure
end

#nString

A number.

Returns:

  • (String)


535
536
537
538
539
540
541
542
543
544
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 535

class AttributeValue < Struct.new(
  :s,
  :n,
  :b,
  :ss,
  :ns,
  :bs)
  SENSITIVE = []
  include Aws::Structure
end

#nsArray<String>

A list of numbers.

Returns:

  • (Array<String>)


535
536
537
538
539
540
541
542
543
544
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 535

class AttributeValue < Struct.new(
  :s,
  :n,
  :b,
  :ss,
  :ns,
  :bs)
  SENSITIVE = []
  include Aws::Structure
end

#sString

A string.

Returns:

  • (String)


535
536
537
538
539
540
541
542
543
544
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 535

class AttributeValue < Struct.new(
  :s,
  :n,
  :b,
  :ss,
  :ns,
  :bs)
  SENSITIVE = []
  include Aws::Structure
end

#ssArray<String>

A list of strings.

Returns:

  • (Array<String>)


535
536
537
538
539
540
541
542
543
544
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 535

class AttributeValue < Struct.new(
  :s,
  :n,
  :b,
  :ss,
  :ns,
  :bs)
  SENSITIVE = []
  include Aws::Structure
end