Class: Aws::Types::Indicator

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


6233
6234
6235
# File 'sig/types.rbs', line 6233

def key
  @key
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


6235
6236
6237
# File 'sig/types.rbs', line 6235

def title
  @title
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


6236
6237
6238
# File 'sig/types.rbs', line 6236

def type
  @type
end

#values::Array[::String]

Returns the value of attribute values.

Returns:

  • (::Array[::String])


6234
6235
6236
# File 'sig/types.rbs', line 6234

def values
  @values
end