Class: Aws::Types::DeleteAnnotationStoreVersionsRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#forceBoolean

Returns the value of attribute force.



561
562
563
# File 'sig/types.rbs', line 561

def force
  @force
end

#name::String

Returns the value of attribute name.



559
560
561
# File 'sig/types.rbs', line 559

def name
  @name
end

#versions::Array[::String]

Returns the value of attribute versions.



560
561
562
# File 'sig/types.rbs', line 560

def versions
  @versions
end