Class: Aws::Types::RevokeRevisionRequest
- Inherits:
-
Object
- Object
- Aws::Types::RevokeRevisionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
-
#revocation_comment ⇒ ::String
Returns the value of attribute revocation_comment.
Instance Attribute Details
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
928 929 930 |
# File 'sig/types.rbs', line 928 def data_set_id @data_set_id end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
929 930 931 |
# File 'sig/types.rbs', line 929 def revision_id @revision_id end |
#revocation_comment ⇒ ::String
Returns the value of attribute revocation_comment.
930 931 932 |
# File 'sig/types.rbs', line 930 def revocation_comment @revocation_comment end |