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.
2026 2027 2028 |
# File 'sig/types.rbs', line 2026 def domain_name @domain_name end |
#target_domain_id ⇒ ::String
Returns the value of attribute target_domain_id.
2025 2026 2027 |
# File 'sig/types.rbs', line 2025 def target_domain_id @target_domain_id end |
#verification_status ⇒ "PENDING", ...
Returns the value of attribute verification_status.
2027 2028 2029 |
# File 'sig/types.rbs', line 2027 def verification_status @verification_status end |