Class: Aws::Types::UpdateTargetDomainOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTargetDomainOutput
- 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.
2385 2386 2387 |
# File 'sig/types.rbs', line 2385 def created_at @created_at end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2381 2382 2383 |
# File 'sig/types.rbs', line 2381 def domain_name @domain_name end |
#target_domain_id ⇒ ::String
Returns the value of attribute target_domain_id.
2380 2381 2382 |
# File 'sig/types.rbs', line 2380 def target_domain_id @target_domain_id end |
#verification_details ⇒ Types::VerificationDetails
Returns the value of attribute verification_details.
2384 2385 2386 |
# File 'sig/types.rbs', line 2384 def verification_details @verification_details end |
#verification_status ⇒ "PENDING", ...
Returns the value of attribute verification_status.
2382 2383 2384 |
# File 'sig/types.rbs', line 2382 def verification_status @verification_status end |
#verification_status_reason ⇒ ::String
Returns the value of attribute verification_status_reason.
2383 2384 2385 |
# File 'sig/types.rbs', line 2383 def verification_status_reason @verification_status_reason end |
#verified_at ⇒ ::Time
Returns the value of attribute verified_at.
2386 2387 2388 |
# File 'sig/types.rbs', line 2386 def verified_at @verified_at end |