Class: Aws::Types::DescribeProvisioningTemplateVersionRequest

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)


1946
1947
1948
# File 'sig/types.rbs', line 1946

def template_name
  @template_name
end

#version_id::Integer

Returns the value of attribute version_id.

Returns:

  • (::Integer)


1947
1948
1949
# File 'sig/types.rbs', line 1947

def version_id
  @version_id
end