Reservation

public struct Reservation : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • [EC2-Classic only] The security groups.

    Declaration

    Swift

    public let groups: [GroupIdentifier]?
  • The instances.

    Declaration

    Swift

    public let instances: [Instance]?
  • The ID of the AWS account that owns the reservation.

    Declaration

    Swift

    public let ownerId: String?
  • The ID of the requester that launched the instances on your behalf (for example, AWS Management Console or Auto Scaling).

    Declaration

    Swift

    public let requesterId: String?
  • The ID of the reservation.

    Declaration

    Swift

    public let reservationId: String?
  • Undocumented

    Declaration

    Swift

    public init(groups: [GroupIdentifier]? = nil, instances: [Instance]? = nil, ownerId: String? = nil, requesterId: String? = nil, reservationId: String? = nil)