Class: Aws::Types::GetDomainVerificationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDomainVerificationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_verified_time ⇒ ::Time
Returns the value of attribute last_verified_time.
-
#status ⇒ "VERIFIED", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#txt_method_config ⇒ Types::TxtMethodConfig
Returns the value of attribute txt_method_config.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
545 546 547 |
# File 'sig/types.rbs', line 545 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
549 550 551 |
# File 'sig/types.rbs', line 549 def created_at @created_at end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
546 547 548 |
# File 'sig/types.rbs', line 546 def domain_name @domain_name end |
#id ⇒ ::String
Returns the value of attribute id.
544 545 546 |
# File 'sig/types.rbs', line 544 def id @id end |
#last_verified_time ⇒ ::Time
Returns the value of attribute last_verified_time.
550 551 552 |
# File 'sig/types.rbs', line 550 def last_verified_time @last_verified_time end |
#status ⇒ "VERIFIED", ...
Returns the value of attribute status.
547 548 549 |
# File 'sig/types.rbs', line 547 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
551 552 553 |
# File 'sig/types.rbs', line 551 def @tags end |
#txt_method_config ⇒ Types::TxtMethodConfig
Returns the value of attribute txt_method_config.
548 549 550 |
# File 'sig/types.rbs', line 548 def txt_method_config @txt_method_config end |