CreateDimensionResponse

public struct CreateDimensionResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

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

    Declaration

    Swift

    public let arn: String?
  • A unique identifier for the dimension.

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, name: String? = nil)