Class: Aws::PartnerCentralAccount::Types::RegistrantVerificationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb

Overview

Contains the response information from a registrant verification process, including any verification-specific data and next steps for the individual verification workflow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#completion_urlString

A secure URL where the registrant can complete additional verification steps, such as document upload or identity confirmation through a third-party verification service.

Returns:

  • (String)


2068
2069
2070
2071
2072
2073
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2068

class RegistrantVerificationResponse < Struct.new(
  :completion_url,
  :completion_url_expires_at)
  SENSITIVE = []
  include Aws::Structure
end

#completion_url_expires_atTime

The timestamp when the completion URL expires and is no longer valid for accessing the verification workflow.

Returns:

  • (Time)


2068
2069
2070
2071
2072
2073
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2068

class RegistrantVerificationResponse < Struct.new(
  :completion_url,
  :completion_url_expires_at)
  SENSITIVE = []
  include Aws::Structure
end