Class: Aws::Types::TargetDomainSummary
- Inherits:
-
Object
- Object
- Aws::Types::TargetDomainSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#target_domain_id ⇒ ::String
Returns the value of attribute target_domain_id.
-
#verification_status ⇒ "PENDING", ...
Returns the value of attribute verification_status.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2060 2061 2062 |
# File 'sig/types.rbs', line 2060 def domain_name @domain_name end |
#target_domain_id ⇒ ::String
Returns the value of attribute target_domain_id.
2059 2060 2061 |
# File 'sig/types.rbs', line 2059 def target_domain_id @target_domain_id end |
#verification_status ⇒ "PENDING", ...
Returns the value of attribute verification_status.
2061 2062 2063 |
# File 'sig/types.rbs', line 2061 def verification_status @verification_status end |