InstancesCount

public struct InstancesCount : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of instances in the Assigning state.

    Declaration

    Swift

    public let assigning: Int?
  • The number of instances with booting status.

    Declaration

    Swift

    public let booting: Int?
  • The number of instances with connection_lost status.

    Declaration

    Swift

    public let connectionLost: Int?
  • The number of instances in the Deregistering state.

    Declaration

    Swift

    public let deregistering: Int?
  • The number of instances with online status.

    Declaration

    Swift

    public let online: Int?
  • The number of instances with pending status.

    Declaration

    Swift

    public let pending: Int?
  • The number of instances with rebooting status.

    Declaration

    Swift

    public let rebooting: Int?
  • The number of instances in the Registered state.

    Declaration

    Swift

    public let registered: Int?
  • The number of instances in the Registering state.

    Declaration

    Swift

    public let registering: Int?
  • The number of instances with requested status.

    Declaration

    Swift

    public let requested: Int?
  • The number of instances with running_setup status.

    Declaration

    Swift

    public let runningSetup: Int?
  • The number of instances with setup_failed status.

    Declaration

    Swift

    public let setupFailed: Int?
  • The number of instances with shutting_down status.

    Declaration

    Swift

    public let shuttingDown: Int?
  • The number of instances with start_failed status.

    Declaration

    Swift

    public let startFailed: Int?
  • The number of instances with stop_failed status.

    Declaration

    Swift

    public let stopFailed: Int?
  • The number of instances with stopped status.

    Declaration

    Swift

    public let stopped: Int?
  • The number of instances with stopping status.

    Declaration

    Swift

    public let stopping: Int?
  • The number of instances with terminated status.

    Declaration

    Swift

    public let terminated: Int?
  • The number of instances with terminating status.

    Declaration

    Swift

    public let terminating: Int?
  • The number of instances in the Unassigning state.

    Declaration

    Swift

    public let unassigning: Int?
  • Undocumented

    Declaration

    Swift

    public init(assigning: Int? = nil, booting: Int? = nil, connectionLost: Int? = nil, deregistering: Int? = nil, online: Int? = nil, pending: Int? = nil, rebooting: Int? = nil, registered: Int? = nil, registering: Int? = nil, requested: Int? = nil, runningSetup: Int? = nil, setupFailed: Int? = nil, shuttingDown: Int? = nil, startFailed: Int? = nil, stopFailed: Int? = nil, stopped: Int? = nil, stopping: Int? = nil, terminated: Int? = nil, terminating: Int? = nil, unassigning: Int? = nil)