Class: Aws::Types::CreateRevisionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRevisionRequest
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
213 214 215 |
# File 'sig/types.rbs', line 213 def comment @comment end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
214 215 216 |
# File 'sig/types.rbs', line 214 def data_set_id @data_set_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
215 216 217 |
# File 'sig/types.rbs', line 215 def @tags end |