Class: Aws::PartnerCentralAccount::Types::StartVerificationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::StartVerificationRequest
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#verification_details ⇒ Types::VerificationDetails
The specific details required for the verification process, including business information for business verification or personal information for registrant verification.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This prevents duplicate verification processes from being started accidentally.
A suitable default value is auto-generated. You should normally not need to pass this option.
2370 2371 2372 2373 2374 2375 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2370 class StartVerificationRequest < Struct.new( :client_token, :verification_details) SENSITIVE = [] include Aws::Structure end |
#verification_details ⇒ Types::VerificationDetails
The specific details required for the verification process, including business information for business verification or personal information for registrant verification.
2370 2371 2372 2373 2374 2375 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2370 class StartVerificationRequest < Struct.new( :client_token, :verification_details) SENSITIVE = [] include Aws::Structure end |