Class: Aws::Types::UpdateProvisioningTemplateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_version_id::Integer

Returns the value of attribute default_version_id.

Returns:

  • (::Integer)


5278
5279
5280
# File 'sig/types.rbs', line 5278

def default_version_id
  @default_version_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5276
5277
5278
# File 'sig/types.rbs', line 5276

def description
  @description
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


5277
5278
5279
# File 'sig/types.rbs', line 5277

def enabled
  @enabled
end

#pre_provisioning_hookTypes::ProvisioningHook

Returns the value of attribute pre_provisioning_hook.



5280
5281
5282
# File 'sig/types.rbs', line 5280

def pre_provisioning_hook
  @pre_provisioning_hook
end

#provisioning_role_arn::String

Returns the value of attribute provisioning_role_arn.

Returns:

  • (::String)


5279
5280
5281
# File 'sig/types.rbs', line 5279

def provisioning_role_arn
  @provisioning_role_arn
end

#remove_pre_provisioning_hookBoolean

Returns the value of attribute remove_pre_provisioning_hook.

Returns:

  • (Boolean)


5281
5282
5283
# File 'sig/types.rbs', line 5281

def remove_pre_provisioning_hook
  @remove_pre_provisioning_hook
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


5275
5276
5277
# File 'sig/types.rbs', line 5275

def template_name
  @template_name
end