Class: Aws::SecurityAgent::Types::TargetDomainSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::TargetDomainSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityagent/types.rb
Overview
Contains summary information about a target domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The domain name of the target domain.
-
#target_domain_id ⇒ String
The unique identifier of the target domain.
-
#verification_status ⇒ String
The current verification status of the target domain.
Instance Attribute Details
#domain_name ⇒ String
The domain name of the target domain.
3649 3650 3651 3652 3653 3654 3655 |
# File 'lib/aws-sdk-securityagent/types.rb', line 3649 class TargetDomainSummary < Struct.new( :target_domain_id, :domain_name, :verification_status) SENSITIVE = [] include Aws::Structure end |
#target_domain_id ⇒ String
The unique identifier of the target domain.
3649 3650 3651 3652 3653 3654 3655 |
# File 'lib/aws-sdk-securityagent/types.rb', line 3649 class TargetDomainSummary < Struct.new( :target_domain_id, :domain_name, :verification_status) SENSITIVE = [] include Aws::Structure end |
#verification_status ⇒ String
The current verification status of the target domain.
3649 3650 3651 3652 3653 3654 3655 |
# File 'lib/aws-sdk-securityagent/types.rb', line 3649 class TargetDomainSummary < Struct.new( :target_domain_id, :domain_name, :verification_status) SENSITIVE = [] include Aws::Structure end |