Class: Aws::Types::DeleteProvisioningTemplateVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


1474
1475
1476
# File 'sig/types.rbs', line 1474

def template_name
  @template_name
end

#version_id::Integer

Returns the value of attribute version_id.

Returns:

  • (::Integer)


1475
1476
1477
# File 'sig/types.rbs', line 1475

def version_id
  @version_id
end