AWSIoTManagedJobTemplateSummary

Objective-C

@interface AWSIoTManagedJobTemplateSummary

Swift

class AWSIoTManagedJobTemplateSummary

An object that contains information about the managed template.

  • The description for a managed template.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable detail;

    Swift

    var detail: String? { get set }
  • A list of environments that are supported with the managed job template.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable environments;

    Swift

    var environments: [String]? { get set }
  • The Amazon Resource Name (ARN) for a managed template.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable templateArn;

    Swift

    var templateArn: String? { get set }
  • The unique Name for a managed template.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable templateName;

    Swift

    var templateName: String? { get set }
  • The version for a managed template.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable templateVersion;

    Swift

    var templateVersion: String? { get set }