Class: Aws::SecurityAgent::Types::VerifyTargetDomainOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::VerifyTargetDomainOutput
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Output for verifying ownership for a registered target domain in an agent space.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date and time the target domain was created, in UTC format.
-
#domain_name ⇒ String
The domain name of the target domain.
-
#status ⇒ String
The verification status of the target domain.
-
#target_domain_id ⇒ String
The unique identifier of the target domain.
-
#updated_at ⇒ Time
The date and time the target domain was last updated, in UTC format.
-
#verification_status_reason ⇒ String
The reason for the current target domain verification status.
-
#verified_at ⇒ Time
The date and time the target domain was verified, in UTC format.
Instance Attribute Details
#created_at ⇒ Time
The date and time the target domain was created, in UTC format.
5399 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 5399 class VerifyTargetDomainOutput < Struct.new( :target_domain_id, :domain_name, :created_at, :updated_at, :verified_at, :status, :verification_status_reason) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The domain name of the target domain.
5399 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 5399 class VerifyTargetDomainOutput < Struct.new( :target_domain_id, :domain_name, :created_at, :updated_at, :verified_at, :status, :verification_status_reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The verification status of the target domain.
5399 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 5399 class VerifyTargetDomainOutput < Struct.new( :target_domain_id, :domain_name, :created_at, :updated_at, :verified_at, :status, :verification_status_reason) SENSITIVE = [] include Aws::Structure end |
#target_domain_id ⇒ String
The unique identifier of the target domain.
5399 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 5399 class VerifyTargetDomainOutput < Struct.new( :target_domain_id, :domain_name, :created_at, :updated_at, :verified_at, :status, :verification_status_reason) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time the target domain was last updated, in UTC format.
5399 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 5399 class VerifyTargetDomainOutput < Struct.new( :target_domain_id, :domain_name, :created_at, :updated_at, :verified_at, :status, :verification_status_reason) SENSITIVE = [] include Aws::Structure end |
#verification_status_reason ⇒ String
The reason for the current target domain verification status.
5399 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 5399 class VerifyTargetDomainOutput < Struct.new( :target_domain_id, :domain_name, :created_at, :updated_at, :verified_at, :status, :verification_status_reason) SENSITIVE = [] include Aws::Structure end |
#verified_at ⇒ Time
The date and time the target domain was verified, in UTC format.
5399 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 5399 class VerifyTargetDomainOutput < Struct.new( :target_domain_id, :domain_name, :created_at, :updated_at, :verified_at, :status, :verification_status_reason) SENSITIVE = [] include Aws::Structure end |