Class: Aws::Types::DomainVerificationSummary
- Inherits:
-
Object
- Object
- Aws::Types::DomainVerificationSummary
- 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.
488 489 490 |
# File 'sig/types.rbs', line 488 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
492 493 494 |
# File 'sig/types.rbs', line 492 def created_at @created_at end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
489 490 491 |
# File 'sig/types.rbs', line 489 def domain_name @domain_name end |
#id ⇒ ::String
Returns the value of attribute id.
487 488 489 |
# File 'sig/types.rbs', line 487 def id @id end |
#last_verified_time ⇒ ::Time
Returns the value of attribute last_verified_time.
493 494 495 |
# File 'sig/types.rbs', line 493 def last_verified_time @last_verified_time end |
#status ⇒ "VERIFIED", ...
Returns the value of attribute status.
490 491 492 |
# File 'sig/types.rbs', line 490 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
494 495 496 |
# File 'sig/types.rbs', line 494 def @tags end |
#txt_method_config ⇒ Types::TxtMethodConfig
Returns the value of attribute txt_method_config.
491 492 493 |
# File 'sig/types.rbs', line 491 def txt_method_config @txt_method_config end |