Class: Aws::Types::ValidationDetails
- Inherits:
-
Object
- Object
- Aws::Types::ValidationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#status ⇒ "InProgress", ...
Returns the value of attribute status.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
3693 3694 3695 |
# File 'sig/types.rbs', line 3693 def creation_time @creation_time end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
3694 3695 3696 |
# File 'sig/types.rbs', line 3694 def last_modified_time @last_modified_time end |
#status ⇒ "InProgress", ...
Returns the value of attribute status.
3692 3693 3694 |
# File 'sig/types.rbs', line 3692 def status @status end |