Class: Aws::NimbleStudio::Types::VolumeConfiguration

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

Overview

Custom volume configuration for the root volumes that are attached to streaming sessions.

This parameter is only allowed when sessionPersistenceMode is ACTIVATED.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#iopsInteger

The number of I/O operations per second for the root volume that is attached to streaming session.

Returns:

  • (Integer)


4032
4033
4034
4035
4036
4037
4038
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 4032

class VolumeConfiguration < Struct.new(
  :iops,
  :size,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end

#sizeInteger

The size of the root volume that is attached to the streaming session. The root volume size is measured in GiBs.

Returns:

  • (Integer)


4032
4033
4034
4035
4036
4037
4038
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 4032

class VolumeConfiguration < Struct.new(
  :iops,
  :size,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end

#throughputInteger

The throughput to provision for the root volume that is attached to the streaming session. The throughput is measured in MiB/s.

Returns:

  • (Integer)


4032
4033
4034
4035
4036
4037
4038
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 4032

class VolumeConfiguration < Struct.new(
  :iops,
  :size,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end