public class GetAMISetResponse extends Object
An AMI Set from the provisioner
See http://schemas.taskcluster.net/aws-provisioner/v1/get-ami-set-response.json#
| Modifier and Type | Class and Description |
|---|---|
class |
GetAMISetResponse.AmisEntry |
| Modifier and Type | Field and Description |
|---|---|
GetAMISetResponse.AmisEntry[] |
amis
AMIs in this set
|
String |
id
Name of the AMI set
|
Date |
lastModified
ISO Date string (e.g.
|
| Constructor and Description |
|---|
GetAMISetResponse() |
public GetAMISetResponse.AmisEntry[] amis
public String id
Name of the AMI set
See http://schemas.taskcluster.net/aws-provisioner/v1/get-ami-set-response.json#/properties/id
public Date lastModified
ISO Date string (e.g. new Date().toISOString()) which represents the time when this AMI Set was last altered (inclusive of creation)
See http://schemas.taskcluster.net/aws-provisioner/v1/get-ami-set-response.json#/properties/lastModified
Copyright © 2014–2017 Mozilla. All rights reserved.