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

Class: Aws::IoT::Types::UpdateDimensionResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN (Amazon resource name) of the created dimension.

Returns:

  • (String)

    The ARN (Amazon resource name) of the created dimension.

#creation_dateTime

The date and time, in milliseconds since epoch, when the dimension was initially created.

Returns:

  • (Time)

    The date and time, in milliseconds since epoch, when the dimension was initially created.

#last_modified_dateTime

The date and time, in milliseconds since epoch, when the dimension was most recently updated.

Returns:

  • (Time)

    The date and time, in milliseconds since epoch, when the dimension was most recently updated.

#nameString

A unique identifier for the dimension.

Returns:

  • (String)

    A unique identifier for the dimension.

#string_valuesArray<String>

The value or list of values used to scope the dimension. For example, for topic filters, this is the pattern used to match the MQTT topic name.

Returns:

  • (Array<String>)

    The value or list of values used to scope the dimension.

#typeString

The type of the dimension.

Possible values:

  • TOPIC_FILTER

Returns:

  • (String)

    The type of the dimension.