Class: Aws::PartnerCentralAccount::Types::BusinessVerificationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::BusinessVerificationResponse
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
Contains the response information and results from a business verification process, including any verification-specific data returned by the verification service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#business_verification_details ⇒ Types::BusinessVerificationDetails
The business verification details that were processed and verified, potentially including additional information discovered during the verification process.
-
#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
#business_verification_details ⇒ Types::BusinessVerificationDetails
The business verification details that were processed and verified, potentially including additional information discovered during the verification process.
235 236 237 238 239 240 241 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 235 class BusinessVerificationResponse < Struct.new( :business_verification_details, :completion_url, :completion_url_expires_at) SENSITIVE = [] include Aws::Structure end |
#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.
235 236 237 238 239 240 241 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 235 class BusinessVerificationResponse < Struct.new( :business_verification_details, :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.
235 236 237 238 239 240 241 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 235 class BusinessVerificationResponse < Struct.new( :business_verification_details, :completion_url, :completion_url_expires_at) SENSITIVE = [] include Aws::Structure end |