Class: Aws::Types::CreateProvisioningTemplateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1112
1113
1114
# File 'sig/types.rbs', line 1112

def description
  @description
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


1114
1115
1116
# File 'sig/types.rbs', line 1114

def enabled
  @enabled
end

#pre_provisioning_hookTypes::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.

Returns:

  • (::String)


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.

Returns:



1117
1118
1119
# File 'sig/types.rbs', line 1117

def tags
  @tags
end

#template_body::String

Returns the value of attribute template_body.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("FLEET_PROVISIONING", "JITP")


1118
1119
1120
# File 'sig/types.rbs', line 1118

def type
  @type
end