Class: Aws::Types::UpdateRevisionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRevisionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
-
#finalized ⇒ Boolean
Returns the value of attribute finalized.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def comment @comment end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def data_set_id @data_set_id end |
#finalized ⇒ Boolean
Returns the value of attribute finalized.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def finalized @finalized end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def revision_id @revision_id end |