Class: Aws::Types::RevokeRevisionResponse
- Inherits:
-
Object
- Object
- Aws::Types::RevokeRevisionResponse
- 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.
935 936 937 |
# File 'sig/types.rbs', line 935 def arn @arn end |
#comment ⇒ ::String
Returns the value of attribute comment.
936 937 938 |
# File 'sig/types.rbs', line 936 def comment @comment end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
937 938 939 |
# File 'sig/types.rbs', line 937 def created_at @created_at end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
938 939 940 |
# File 'sig/types.rbs', line 938 def data_set_id @data_set_id end |
#finalized ⇒ Boolean
Returns the value of attribute finalized.
939 940 941 |
# File 'sig/types.rbs', line 939 def finalized @finalized end |
#id ⇒ ::String
Returns the value of attribute id.
940 941 942 |
# File 'sig/types.rbs', line 940 def id @id end |
#revocation_comment ⇒ ::String
Returns the value of attribute revocation_comment.
943 944 945 |
# File 'sig/types.rbs', line 943 def revocation_comment @revocation_comment end |
#revoked ⇒ Boolean
Returns the value of attribute revoked.
944 945 946 |
# File 'sig/types.rbs', line 944 def revoked @revoked end |
#revoked_at ⇒ ::Time
Returns the value of attribute revoked_at.
945 946 947 |
# File 'sig/types.rbs', line 945 def revoked_at @revoked_at end |
#source_id ⇒ ::String
Returns the value of attribute source_id.
941 942 943 |
# File 'sig/types.rbs', line 941 def source_id @source_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
942 943 944 |
# File 'sig/types.rbs', line 942 def updated_at @updated_at end |