Class: Aws::Types::VolumeSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attached_worker_id::String

Returns the value of attribute attached_worker_id.

Returns:

  • (::String)


3442
3443
3444
# File 'sig/types.rbs', line 3442

def attached_worker_id
  @attached_worker_id
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


3441
3442
3443
# File 'sig/types.rbs', line 3441

def availability_zone_id
  @availability_zone_id
end

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


3437
3438
3439
# File 'sig/types.rbs', line 3437

def farm_id
  @farm_id
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


3438
3439
3440
# File 'sig/types.rbs', line 3438

def fleet_id
  @fleet_id
end

#size_gi_b::Integer

Returns the value of attribute size_gi_b.

Returns:

  • (::Integer)


3440
3441
3442
# File 'sig/types.rbs', line 3440

def size_gi_b
  @size_gi_b
end

#state"PENDING_CREATION", ...

Returns the value of attribute state.

Returns:

  • ("PENDING_CREATION", "PENDING_ATTACHMENT", "IN_USE", "AVAILABLE", "PENDING_DELETION")


3439
3440
3441
# File 'sig/types.rbs', line 3439

def state
  @state
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


3436
3437
3438
# File 'sig/types.rbs', line 3436

def volume_id
  @volume_id
end