DescribeTypeRegistrationOutput

public struct DescribeTypeRegistrationOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The description of the type registration request.

    Declaration

    Swift

    public let description: String?
  • The current status of the type registration request.

    Declaration

    Swift

    public let progressStatus: RegistrationStatus?
  • The Amazon Resource Name (ARN) of the type being registered. For registration requests with a ProgressStatus of other than COMPLETE, this will be null.

    Declaration

    Swift

    public let typeArn: String?
  • The Amazon Resource Name (ARN) of this specific version of the type being registered. For registration requests with a ProgressStatus of other than COMPLETE, this will be null.

    Declaration

    Swift

    public let typeVersionArn: String?
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, progressStatus: RegistrationStatus? = nil, typeArn: String? = nil, typeVersionArn: String? = nil)