Class: Aws::AppStream::Types::ComputeCapacityStatus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb

Overview

Describes the capacity status for a fleet.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availableInteger

The number of currently available instances that can be used to stream sessions.

Returns:

  • (Integer)


622
623
624
625
626
627
628
629
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 622

class ComputeCapacityStatus < Struct.new(
  :desired,
  :running,
  :in_use,
  :available)
  SENSITIVE = []
  include Aws::Structure
end

#desiredInteger

The desired number of streaming instances.

Returns:

  • (Integer)


622
623
624
625
626
627
628
629
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 622

class ComputeCapacityStatus < Struct.new(
  :desired,
  :running,
  :in_use,
  :available)
  SENSITIVE = []
  include Aws::Structure
end

#in_useInteger

The number of instances in use for streaming.

Returns:

  • (Integer)


622
623
624
625
626
627
628
629
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 622

class ComputeCapacityStatus < Struct.new(
  :desired,
  :running,
  :in_use,
  :available)
  SENSITIVE = []
  include Aws::Structure
end

#runningInteger

The total number of simultaneous streaming instances that are running.

Returns:

  • (Integer)


622
623
624
625
626
627
628
629
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 622

class ComputeCapacityStatus < Struct.new(
  :desired,
  :running,
  :in_use,
  :available)
  SENSITIVE = []
  include Aws::Structure
end