Class: Aws::Types::UpdateProvisioningTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProvisioningTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_version_id ⇒ ::Integer
Returns the value of attribute default_version_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#pre_provisioning_hook ⇒ Types::ProvisioningHook
Returns the value of attribute pre_provisioning_hook.
-
#provisioning_role_arn ⇒ ::String
Returns the value of attribute provisioning_role_arn.
-
#remove_pre_provisioning_hook ⇒ Boolean
Returns the value of attribute remove_pre_provisioning_hook.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#default_version_id ⇒ ::Integer
Returns the value of attribute default_version_id.
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.
5276 5277 5278 |
# File 'sig/types.rbs', line 5276 def description @description end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
5277 5278 5279 |
# File 'sig/types.rbs', line 5277 def enabled @enabled end |
#pre_provisioning_hook ⇒ Types::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.
5279 5280 5281 |
# File 'sig/types.rbs', line 5279 def provisioning_role_arn @provisioning_role_arn end |
#remove_pre_provisioning_hook ⇒ Boolean
Returns the value of attribute remove_pre_provisioning_hook.
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.
5275 5276 5277 |
# File 'sig/types.rbs', line 5275 def template_name @template_name end |