ImageSummary

public struct ImageSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) of the image.

    Declaration

    Swift

    public let arn: String?
  • The date on which this image was created.

    Declaration

    Swift

    public let dateCreated: String?
  • The name of the image.

    Declaration

    Swift

    public let name: String?
  • The operating system version of the instance. For example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.

    Declaration

    Swift

    public let osVersion: String?
  • The output resources produced when creating this image.

    Declaration

    Swift

    public let outputResources: OutputResources?
  • The owner of the image.

    Declaration

    Swift

    public let owner: String?
  • The platform of the image.

    Declaration

    Swift

    public let platform: Platform?
  • The state of the image.

    Declaration

    Swift

    public let state: ImageState?
  • The tags of the image.

    Declaration

    Swift

    public let tags: [String : String]?
  • The version of the image.

    Declaration

    Swift

    public let version: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, dateCreated: String? = nil, name: String? = nil, osVersion: String? = nil, outputResources: OutputResources? = nil, owner: String? = nil, platform: Platform? = nil, state: ImageState? = nil, tags: [String : String]? = nil, version: String? = nil)