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.
2041 2042 2043 |
# File 'sig/types.rbs', line 2041 def domain_name @domain_name end |
#target_domain_id ⇒ ::String
Returns the value of attribute target_domain_id.
2040 2041 2042 |
# File 'sig/types.rbs', line 2040 def target_domain_id @target_domain_id end |
#verification_status ⇒ "PENDING", ...
Returns the value of attribute verification_status.
2042 2043 2044 |
# File 'sig/types.rbs', line 2042 def verification_status @verification_status end |