You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::UpdateDimensionRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateDimensionRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "DimensionName", # required
  string_values: ["DimensionStringValue"], # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

A unique identifier for the dimension. Choose something that describes the type and value to make it easy to remember what it does.

Returns:

  • (String)

    A unique identifier for the dimension.

#string_valuesArray<String>

Specifies the value or list of values for the dimension. For TOPIC_FILTER dimensions, this is a pattern used to match the MQTT topic (for example, \"admin/#\").

Returns:

  • (Array<String>)

    Specifies the value or list of values for the dimension.