Class: Aws::IoT::Types::ManagedJobTemplateSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ManagedJobTemplateSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
An object that contains information about the managed template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description for a managed template.
-
#environments ⇒ Array<String>
A list of environments that are supported with the managed job template.
-
#template_arn ⇒ String
The Amazon Resource Name (ARN) for a managed template.
-
#template_name ⇒ String
The unique Name for a managed template.
-
#template_version ⇒ String
The version for a managed template.
Instance Attribute Details
#description ⇒ String
The description for a managed template.
11974 11975 11976 11977 11978 11979 11980 11981 11982 |
# File 'lib/aws-sdk-iot/types.rb', line 11974 class ManagedJobTemplateSummary < Struct.new( :template_arn, :template_name, :description, :environments, :template_version) SENSITIVE = [] include Aws::Structure end |
#environments ⇒ Array<String>
A list of environments that are supported with the managed job template.
11974 11975 11976 11977 11978 11979 11980 11981 11982 |
# File 'lib/aws-sdk-iot/types.rb', line 11974 class ManagedJobTemplateSummary < Struct.new( :template_arn, :template_name, :description, :environments, :template_version) SENSITIVE = [] include Aws::Structure end |
#template_arn ⇒ String
The Amazon Resource Name (ARN) for a managed template.
11974 11975 11976 11977 11978 11979 11980 11981 11982 |
# File 'lib/aws-sdk-iot/types.rb', line 11974 class ManagedJobTemplateSummary < Struct.new( :template_arn, :template_name, :description, :environments, :template_version) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The unique Name for a managed template.
11974 11975 11976 11977 11978 11979 11980 11981 11982 |
# File 'lib/aws-sdk-iot/types.rb', line 11974 class ManagedJobTemplateSummary < Struct.new( :template_arn, :template_name, :description, :environments, :template_version) SENSITIVE = [] include Aws::Structure end |
#template_version ⇒ String
The version for a managed template.
11974 11975 11976 11977 11978 11979 11980 11981 11982 |
# File 'lib/aws-sdk-iot/types.rb', line 11974 class ManagedJobTemplateSummary < Struct.new( :template_arn, :template_name, :description, :environments, :template_version) SENSITIVE = [] include Aws::Structure end |