ListDimensionsResponse
public struct ListDimensionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of the names of the defined dimensions. Use DescribeDimension to get details for a dimension.
Declaration
Swift
public let dimensionNames: [String]?
-
A token that can be used to retrieve the next set of results, or null if there are no additional results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(dimensionNames: [String]? = nil, nextToken: String? = nil)