Class: Aws::Types::VerificationInfo
- Inherits:
-
Object
- Object
- Aws::Types::VerificationInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_type ⇒ "SERVICE_ERROR", ...
Returns the value of attribute error_type.
-
#last_checked_timestamp ⇒ ::Time
Returns the value of attribute last_checked_timestamp.
-
#last_success_timestamp ⇒ ::Time
Returns the value of attribute last_success_timestamp.
-
#soa_record ⇒ Types::SOARecord
Returns the value of attribute soa_record.
Instance Attribute Details
#error_type ⇒ "SERVICE_ERROR", ...
Returns the value of attribute error_type.
2222 2223 2224 |
# File 'sig/types.rbs', line 2222 def error_type @error_type end |
#last_checked_timestamp ⇒ ::Time
Returns the value of attribute last_checked_timestamp.
2220 2221 2222 |
# File 'sig/types.rbs', line 2220 def @last_checked_timestamp end |
#last_success_timestamp ⇒ ::Time
Returns the value of attribute last_success_timestamp.
2221 2222 2223 |
# File 'sig/types.rbs', line 2221 def @last_success_timestamp end |
#soa_record ⇒ Types::SOARecord
Returns the value of attribute soa_record.
2223 2224 2225 |
# File 'sig/types.rbs', line 2223 def soa_record @soa_record end |