Class: Aws::Types::CreateProvisioningTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateProvisioningTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#template_body ⇒ ::String
Returns the value of attribute template_body.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
-
#type ⇒ "FLEET_PROVISIONING", "JITP"
Returns the value of attribute type.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def description @description end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def enabled @enabled end |
#pre_provisioning_hook ⇒ Types::ProvisioningHook
Returns the value of attribute pre_provisioning_hook.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def pre_provisioning_hook @pre_provisioning_hook end |
#provisioning_role_arn ⇒ ::String
Returns the value of attribute provisioning_role_arn.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def provisioning_role_arn @provisioning_role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def @tags end |
#template_body ⇒ ::String
Returns the value of attribute template_body.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def template_body @template_body end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def template_name @template_name end |
#type ⇒ "FLEET_PROVISIONING", "JITP"
Returns the value of attribute type.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def type @type end |