Class: Aws::Types::CreateRevisionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


215
216
217
# File 'sig/types.rbs', line 215

def tags
  @tags
end