RegisterTypeOutput

public struct RegisterTypeOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier for this registration request. Use this registration token when calling DescribeTypeRegistration , which returns information about the status and IDs of the type registration.

    Declaration

    Swift

    public let registrationToken: String?
  • Undocumented

    Declaration

    Swift

    public init(registrationToken: String? = nil)