Class: Aws::Types::CreateTargetDomainOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateTargetDomainOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#target_domain_id ⇒ ::String
Returns the value of attribute target_domain_id.
-
#verification_details ⇒ Types::VerificationDetails
Returns the value of attribute verification_details.
-
#verification_status ⇒ "PENDING", ...
Returns the value of attribute verification_status.
-
#verification_status_reason ⇒ ::String
Returns the value of attribute verification_status_reason.
-
#verified_at ⇒ ::Time
Returns the value of attribute verified_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
764 765 766 |
# File 'sig/types.rbs', line 764 def created_at @created_at end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
760 761 762 |
# File 'sig/types.rbs', line 760 def domain_name @domain_name end |
#target_domain_id ⇒ ::String
Returns the value of attribute target_domain_id.
759 760 761 |
# File 'sig/types.rbs', line 759 def target_domain_id @target_domain_id end |
#verification_details ⇒ Types::VerificationDetails
Returns the value of attribute verification_details.
763 764 765 |
# File 'sig/types.rbs', line 763 def verification_details @verification_details end |
#verification_status ⇒ "PENDING", ...
Returns the value of attribute verification_status.
761 762 763 |
# File 'sig/types.rbs', line 761 def verification_status @verification_status end |
#verification_status_reason ⇒ ::String
Returns the value of attribute verification_status_reason.
762 763 764 |
# File 'sig/types.rbs', line 762 def verification_status_reason @verification_status_reason end |
#verified_at ⇒ ::Time
Returns the value of attribute verified_at.
765 766 767 |
# File 'sig/types.rbs', line 765 def verified_at @verified_at end |