Class: Aws::IoT::Types::DescribeManagedJobTemplateResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The unique description of a managed template.

Returns:

  • (String)


6515
6516
6517
6518
6519
6520
6521
6522
6523
6524
6525
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6515

class DescribeManagedJobTemplateResponse < Struct.new(
  :template_name,
  :template_arn,
  :description,
  :template_version,
  :environments,
  :document_parameters,
  :document)
  SENSITIVE = []
  include Aws::Structure
end

#documentString

The document schema for a managed job template.

Returns:

  • (String)


6515
6516
6517
6518
6519
6520
6521
6522
6523
6524
6525
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6515

class DescribeManagedJobTemplateResponse < Struct.new(
  :template_name,
  :template_arn,
  :description,
  :template_version,
  :environments,
  :document_parameters,
  :document)
  SENSITIVE = []
  include Aws::Structure
end

#document_parametersArray<Types::DocumentParameter>

A map of key-value pairs that you can use as guidance to specify the inputs for creating a job from a managed template.

documentParameters can only be used when creating jobs from Amazon Web Services managed templates. This parameter can't be used with custom job templates or to create jobs from them.

Returns:



6515
6516
6517
6518
6519
6520
6521
6522
6523
6524
6525
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6515

class DescribeManagedJobTemplateResponse < Struct.new(
  :template_name,
  :template_arn,
  :description,
  :template_version,
  :environments,
  :document_parameters,
  :document)
  SENSITIVE = []
  include Aws::Structure
end

#environmentsArray<String>

A list of environments that are supported with the managed job template.

Returns:

  • (Array<String>)


6515
6516
6517
6518
6519
6520
6521
6522
6523
6524
6525
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6515

class DescribeManagedJobTemplateResponse < Struct.new(
  :template_name,
  :template_arn,
  :description,
  :template_version,
  :environments,
  :document_parameters,
  :document)
  SENSITIVE = []
  include Aws::Structure
end

#template_arnString

The unique Amazon Resource Name (ARN) of the managed template.

Returns:

  • (String)


6515
6516
6517
6518
6519
6520
6521
6522
6523
6524
6525
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6515

class DescribeManagedJobTemplateResponse < Struct.new(
  :template_name,
  :template_arn,
  :description,
  :template_version,
  :environments,
  :document_parameters,
  :document)
  SENSITIVE = []
  include Aws::Structure
end

#template_nameString

The unique name of a managed template, such as AWS-Reboot.

Returns:

  • (String)


6515
6516
6517
6518
6519
6520
6521
6522
6523
6524
6525
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6515

class DescribeManagedJobTemplateResponse < Struct.new(
  :template_name,
  :template_arn,
  :description,
  :template_version,
  :environments,
  :document_parameters,
  :document)
  SENSITIVE = []
  include Aws::Structure
end

#template_versionString

The version for a managed template.

Returns:

  • (String)


6515
6516
6517
6518
6519
6520
6521
6522
6523
6524
6525
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6515

class DescribeManagedJobTemplateResponse < Struct.new(
  :template_name,
  :template_arn,
  :description,
  :template_version,
  :environments,
  :document_parameters,
  :document)
  SENSITIVE = []
  include Aws::Structure
end