Class: Aws::PartnerCentralAccount::Types::StartVerificationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::StartVerificationResponse
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#completed_at ⇒ Time
The timestamp when the verification process was completed.
-
#started_at ⇒ Time
The timestamp when the verification process was successfully initiated.
-
#verification_response_details ⇒ Types::VerificationResponseDetails
Initial response details specific to the type of verification started, which may include next steps or additional requirements.
-
#verification_status ⇒ String
The initial status of the verification process after it has been started.
-
#verification_status_reason ⇒ String
Additional information about the initial verification status, including any immediate feedback about the submitted verification details.
-
#verification_type ⇒ String
The type of verification that was started based on the provided verification details.
Instance Attribute Details
#completed_at ⇒ Time
The timestamp when the verification process was completed. This field is typically null for newly started verifications unless they complete immediately.
2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2411 class StartVerificationResponse < Struct.new( :verification_type, :verification_status, :verification_status_reason, :verification_response_details, :started_at, :completed_at) SENSITIVE = [] include Aws::Structure end |
#started_at ⇒ Time
The timestamp when the verification process was successfully initiated.
2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2411 class StartVerificationResponse < Struct.new( :verification_type, :verification_status, :verification_status_reason, :verification_response_details, :started_at, :completed_at) SENSITIVE = [] include Aws::Structure end |
#verification_response_details ⇒ Types::VerificationResponseDetails
Initial response details specific to the type of verification started, which may include next steps or additional requirements.
2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2411 class StartVerificationResponse < Struct.new( :verification_type, :verification_status, :verification_status_reason, :verification_response_details, :started_at, :completed_at) SENSITIVE = [] include Aws::Structure end |
#verification_status ⇒ String
The initial status of the verification process after it has been started. Typically this will be pending or in-progress.
2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2411 class StartVerificationResponse < Struct.new( :verification_type, :verification_status, :verification_status_reason, :verification_response_details, :started_at, :completed_at) SENSITIVE = [] include Aws::Structure end |
#verification_status_reason ⇒ String
Additional information about the initial verification status, including any immediate feedback about the submitted verification details.
2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2411 class StartVerificationResponse < Struct.new( :verification_type, :verification_status, :verification_status_reason, :verification_response_details, :started_at, :completed_at) SENSITIVE = [] include Aws::Structure end |
#verification_type ⇒ String
The type of verification that was started based on the provided verification details.
2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2411 class StartVerificationResponse < Struct.new( :verification_type, :verification_status, :verification_status_reason, :verification_response_details, :started_at, :completed_at) SENSITIVE = [] include Aws::Structure end |