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.
1874 1875 1876 |
# File 'sig/types.rbs', line 1874 def @approved_timestamp end |
#archived_timestamp ⇒ ::Time
Returns the value of attribute archived_timestamp.
1878 1879 1880 |
# File 'sig/types.rbs', line 1878 def @archived_timestamp end |
#aws_reviewing_timestamp ⇒ ::Time
Returns the value of attribute aws_reviewing_timestamp.
1871 1872 1873 |
# File 'sig/types.rbs', line 1871 def @aws_reviewing_timestamp end |
#denied_timestamp ⇒ ::Time
Returns the value of attribute denied_timestamp.
1876 1877 1878 |
# File 'sig/types.rbs', line 1876 def @denied_timestamp end |
#discarded_timestamp ⇒ ::Time
Returns the value of attribute discarded_timestamp.
1875 1876 1877 |
# File 'sig/types.rbs', line 1875 def @discarded_timestamp end |
#draft_timestamp ⇒ ::Time
Returns the value of attribute draft_timestamp.
1869 1870 1871 |
# File 'sig/types.rbs', line 1869 def @draft_timestamp end |
#requires_authentication_timestamp ⇒ ::Time
Returns the value of attribute requires_authentication_timestamp.
1873 1874 1875 |
# File 'sig/types.rbs', line 1873 def @requires_authentication_timestamp end |
#reviewing_timestamp ⇒ ::Time
Returns the value of attribute reviewing_timestamp.
1872 1873 1874 |
# File 'sig/types.rbs', line 1872 def @reviewing_timestamp end |
#revoked_timestamp ⇒ ::Time
Returns the value of attribute revoked_timestamp.
1877 1878 1879 |
# File 'sig/types.rbs', line 1877 def @revoked_timestamp end |
#submitted_timestamp ⇒ ::Time
Returns the value of attribute submitted_timestamp.
1870 1871 1872 |
# File 'sig/types.rbs', line 1870 def @submitted_timestamp end |