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
Timestamp when the target domain was registered.
-
#domain_name ⇒ String
Name of the registered target domain.
-
#status ⇒ String
Current verification status of the registered target domain.
-
#target_domain_id ⇒ String
Unique identifier of the target domain.
-
#updated_at ⇒ Time
Timestamp when the target domain was last updated.
-
#verified_at ⇒ Time
Timestamp when the target domain was last successfully verified.
Instance Attribute Details
#created_at ⇒ Time
Timestamp when the target domain was registered
4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4176 class VerifyTargetDomainOutput < Struct.new( :target_domain_id, :domain_name, :created_at, :updated_at, :verified_at, :status) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
Name of the registered target domain
4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4176 class VerifyTargetDomainOutput < Struct.new( :target_domain_id, :domain_name, :created_at, :updated_at, :verified_at, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Current verification status of the registered target domain
4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4176 class VerifyTargetDomainOutput < Struct.new( :target_domain_id, :domain_name, :created_at, :updated_at, :verified_at, :status) SENSITIVE = [] include Aws::Structure end |
#target_domain_id ⇒ String
Unique identifier of the target domain
4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4176 class VerifyTargetDomainOutput < Struct.new( :target_domain_id, :domain_name, :created_at, :updated_at, :verified_at, :status) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
Timestamp when the target domain was last updated
4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4176 class VerifyTargetDomainOutput < Struct.new( :target_domain_id, :domain_name, :created_at, :updated_at, :verified_at, :status) SENSITIVE = [] include Aws::Structure end |
#verified_at ⇒ Time
Timestamp when the target domain was last successfully verified
4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4176 class VerifyTargetDomainOutput < Struct.new( :target_domain_id, :domain_name, :created_at, :updated_at, :verified_at, :status) SENSITIVE = [] include Aws::Structure end |