Class: Aws::Types::CreateProvisioningTemplateVersionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#is_default_versionBoolean

Returns the value of attribute is_default_version.

Returns:

  • (Boolean)


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

def is_default_version
  @is_default_version
end

#template_arn::String

Returns the value of attribute template_arn.

Returns:

  • (::String)


1137
1138
1139
# File 'sig/types.rbs', line 1137

def template_arn
  @template_arn
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


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

def template_name
  @template_name
end

#version_id::Integer

Returns the value of attribute version_id.

Returns:

  • (::Integer)


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

def version_id
  @version_id
end