Class: Aws::Types::UpdateRevisionRequest

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:



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.

Returns:



1139
1140
1141
# File 'sig/types.rbs', line 1139

def data_set_id
  @data_set_id
end

#finalizedBoolean

Returns the value of attribute finalized.

Returns:



1140
1141
1142
# File 'sig/types.rbs', line 1140

def finalized
  @finalized
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:



1141
1142
1143
# File 'sig/types.rbs', line 1141

def revision_id
  @revision_id
end