You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoT::Types::CreateDimensionRequestWhen passing CreateDimensionRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "DimensionName", type: "TOPIC_FILTER", string_values: ["DimensionStringValue"], tags: [
{
key: "TagKey", value: "TagValue",
},
],
client_request_token: "ClientRequestToken", }
Instance Attribute Summary collapse
Each dimension must have a unique client request token.
A unique identifier for the dimension.
Specifies the value or list of values for the dimension.
Metadata that can be used to manage the dimension.
Specifies the type of dimension.
Each dimension must have a unique client request token. If you try to create a new dimension with the same token as a dimension that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.
#name ⇒ StringA unique identifier for the dimension. Choose something that describes the type and value to make it easy to remember what it does.
#string_values ⇒ Array<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/#\").
Metadata that can be used to manage the dimension.
#type ⇒ StringSpecifies the type of dimension. Supported types: TOPIC_FILTER.
Possible values:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4