Class: Aws::PartnerCentralAccount::Types::RegistrantVerificationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::RegistrantVerificationResponse
- 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
-
#completion_url ⇒ String
A secure URL where the registrant can complete additional verification steps, such as document upload or identity confirmation through a third-party verification service.
-
#completion_url_expires_at ⇒ Time
The timestamp when the completion URL expires and is no longer valid for accessing the verification workflow.
Instance Attribute Details
#completion_url ⇒ String
A secure URL where the registrant can complete additional verification steps, such as document upload or identity confirmation through a third-party verification service.
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_at ⇒ Time
The timestamp when the completion URL expires and is no longer valid for accessing the verification workflow.
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 |