Class: Aws::Deadline::Types::VolumeSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-deadline/types.rb

Overview

The summary of a persistent volume.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attached_worker_idString

The worker ID of the worker the volume is attached to.

Returns:

  • (String)


12914
12915
12916
12917
12918
12919
12920
12921
12922
12923
12924
# File 'lib/aws-sdk-deadline/types.rb', line 12914

class VolumeSummary < Struct.new(
  :volume_id,
  :farm_id,
  :fleet_id,
  :state,
  :size_gi_b,
  :availability_zone_id,
  :attached_worker_id)
  SENSITIVE = []
  include Aws::Structure
end

#availability_zone_idString

The Availability Zone ID of the volume.

Returns:

  • (String)


12914
12915
12916
12917
12918
12919
12920
12921
12922
12923
12924
# File 'lib/aws-sdk-deadline/types.rb', line 12914

class VolumeSummary < Struct.new(
  :volume_id,
  :farm_id,
  :fleet_id,
  :state,
  :size_gi_b,
  :availability_zone_id,
  :attached_worker_id)
  SENSITIVE = []
  include Aws::Structure
end

#farm_idString

The farm ID of the farm that contains the fleet.

Returns:

  • (String)


12914
12915
12916
12917
12918
12919
12920
12921
12922
12923
12924
# File 'lib/aws-sdk-deadline/types.rb', line 12914

class VolumeSummary < Struct.new(
  :volume_id,
  :farm_id,
  :fleet_id,
  :state,
  :size_gi_b,
  :availability_zone_id,
  :attached_worker_id)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_idString

The fleet ID of the fleet that contains the volume.

Returns:

  • (String)


12914
12915
12916
12917
12918
12919
12920
12921
12922
12923
12924
# File 'lib/aws-sdk-deadline/types.rb', line 12914

class VolumeSummary < Struct.new(
  :volume_id,
  :farm_id,
  :fleet_id,
  :state,
  :size_gi_b,
  :availability_zone_id,
  :attached_worker_id)
  SENSITIVE = []
  include Aws::Structure
end

#size_gi_bInteger

The volume size in GiB.

Returns:

  • (Integer)


12914
12915
12916
12917
12918
12919
12920
12921
12922
12923
12924
# File 'lib/aws-sdk-deadline/types.rb', line 12914

class VolumeSummary < Struct.new(
  :volume_id,
  :farm_id,
  :fleet_id,
  :state,
  :size_gi_b,
  :availability_zone_id,
  :attached_worker_id)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the volume.

Returns:

  • (String)


12914
12915
12916
12917
12918
12919
12920
12921
12922
12923
12924
# File 'lib/aws-sdk-deadline/types.rb', line 12914

class VolumeSummary < Struct.new(
  :volume_id,
  :farm_id,
  :fleet_id,
  :state,
  :size_gi_b,
  :availability_zone_id,
  :attached_worker_id)
  SENSITIVE = []
  include Aws::Structure
end

#volume_idString

The volume ID.

Returns:

  • (String)


12914
12915
12916
12917
12918
12919
12920
12921
12922
12923
12924
# File 'lib/aws-sdk-deadline/types.rb', line 12914

class VolumeSummary < Struct.new(
  :volume_id,
  :farm_id,
  :fleet_id,
  :state,
  :size_gi_b,
  :availability_zone_id,
  :attached_worker_id)
  SENSITIVE = []
  include Aws::Structure
end