Class: Aws::Types::RevisionEntry
- Inherits:
-
Object
- Object
- Aws::Types::RevisionEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
-
#finalized ⇒ Boolean
Returns the value of attribute finalized.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#revocation_comment ⇒ ::String
Returns the value of attribute revocation_comment.
-
#revoked ⇒ Boolean
Returns the value of attribute revoked.
-
#revoked_at ⇒ ::Time
Returns the value of attribute revoked_at.
-
#source_id ⇒ ::String
Returns the value of attribute source_id.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
908 909 910 |
# File 'sig/types.rbs', line 908 def arn @arn end |
#comment ⇒ ::String
Returns the value of attribute comment.
909 910 911 |
# File 'sig/types.rbs', line 909 def comment @comment end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
910 911 912 |
# File 'sig/types.rbs', line 910 def created_at @created_at end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
911 912 913 |
# File 'sig/types.rbs', line 911 def data_set_id @data_set_id end |
#finalized ⇒ Boolean
Returns the value of attribute finalized.
912 913 914 |
# File 'sig/types.rbs', line 912 def finalized @finalized end |
#id ⇒ ::String
Returns the value of attribute id.
913 914 915 |
# File 'sig/types.rbs', line 913 def id @id end |
#revocation_comment ⇒ ::String
Returns the value of attribute revocation_comment.
916 917 918 |
# File 'sig/types.rbs', line 916 def revocation_comment @revocation_comment end |
#revoked ⇒ Boolean
Returns the value of attribute revoked.
917 918 919 |
# File 'sig/types.rbs', line 917 def revoked @revoked end |
#revoked_at ⇒ ::Time
Returns the value of attribute revoked_at.
918 919 920 |
# File 'sig/types.rbs', line 918 def revoked_at @revoked_at end |
#source_id ⇒ ::String
Returns the value of attribute source_id.
914 915 916 |
# File 'sig/types.rbs', line 914 def source_id @source_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
915 916 917 |
# File 'sig/types.rbs', line 915 def updated_at @updated_at end |