Class: Aws::Types::RegistrationVersionStatusHistory
- Inherits:
-
Object
- Object
- Aws::Types::RegistrationVersionStatusHistory
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approved_timestamp ⇒ ::Time
Returns the value of attribute approved_timestamp.
-
#archived_timestamp ⇒ ::Time
Returns the value of attribute archived_timestamp.
-
#aws_reviewing_timestamp ⇒ ::Time
Returns the value of attribute aws_reviewing_timestamp.
-
#denied_timestamp ⇒ ::Time
Returns the value of attribute denied_timestamp.
-
#discarded_timestamp ⇒ ::Time
Returns the value of attribute discarded_timestamp.
-
#draft_timestamp ⇒ ::Time
Returns the value of attribute draft_timestamp.
-
#requires_authentication_timestamp ⇒ ::Time
Returns the value of attribute requires_authentication_timestamp.
-
#reviewing_timestamp ⇒ ::Time
Returns the value of attribute reviewing_timestamp.
-
#revoked_timestamp ⇒ ::Time
Returns the value of attribute revoked_timestamp.
-
#submitted_timestamp ⇒ ::Time
Returns the value of attribute submitted_timestamp.
Instance Attribute Details
#approved_timestamp ⇒ ::Time
Returns the value of attribute approved_timestamp.
1843 1844 1845 |
# File 'sig/types.rbs', line 1843 def @approved_timestamp end |
#archived_timestamp ⇒ ::Time
Returns the value of attribute archived_timestamp.
1847 1848 1849 |
# File 'sig/types.rbs', line 1847 def @archived_timestamp end |
#aws_reviewing_timestamp ⇒ ::Time
Returns the value of attribute aws_reviewing_timestamp.
1840 1841 1842 |
# File 'sig/types.rbs', line 1840 def @aws_reviewing_timestamp end |
#denied_timestamp ⇒ ::Time
Returns the value of attribute denied_timestamp.
1845 1846 1847 |
# File 'sig/types.rbs', line 1845 def @denied_timestamp end |
#discarded_timestamp ⇒ ::Time
Returns the value of attribute discarded_timestamp.
1844 1845 1846 |
# File 'sig/types.rbs', line 1844 def @discarded_timestamp end |
#draft_timestamp ⇒ ::Time
Returns the value of attribute draft_timestamp.
1838 1839 1840 |
# File 'sig/types.rbs', line 1838 def @draft_timestamp end |
#requires_authentication_timestamp ⇒ ::Time
Returns the value of attribute requires_authentication_timestamp.
1842 1843 1844 |
# File 'sig/types.rbs', line 1842 def @requires_authentication_timestamp end |
#reviewing_timestamp ⇒ ::Time
Returns the value of attribute reviewing_timestamp.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def @reviewing_timestamp end |
#revoked_timestamp ⇒ ::Time
Returns the value of attribute revoked_timestamp.
1846 1847 1848 |
# File 'sig/types.rbs', line 1846 def @revoked_timestamp end |
#submitted_timestamp ⇒ ::Time
Returns the value of attribute submitted_timestamp.
1839 1840 1841 |
# File 'sig/types.rbs', line 1839 def @submitted_timestamp end |