DescribeDimensionResponse class
Properties
-
arn
→ String?
-
The Amazon Resource Name (ARN) for the dimension.
final
-
creationDate
→ DateTime?
-
The date the dimension was created.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
lastModifiedDate
→ DateTime?
-
The date the dimension was last modified.
final
-
name
→ String?
-
The unique identifier for the dimension.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
stringValues
→ List<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.
final
-
type
→ DimensionType?
-
The type of the dimension.
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited