Class: Aws::Types::GetVolumeResponse

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)


1689
1690
1691
# File 'sig/types.rbs', line 1689

def attached_worker_id
  @attached_worker_id
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


1688
1689
1690
# File 'sig/types.rbs', line 1688

def availability_zone_id
  @availability_zone_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1693
1694
1695
# File 'sig/types.rbs', line 1693

def created_at
  @created_at
end

#expires_at::Time

Returns the value of attribute expires_at.

Returns:

  • (::Time)


1696
1697
1698
# File 'sig/types.rbs', line 1696

def expires_at
  @expires_at
end

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


1684
1685
1686
# File 'sig/types.rbs', line 1684

def farm_id
  @farm_id
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


1685
1686
1687
# File 'sig/types.rbs', line 1685

def fleet_id
  @fleet_id
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


1691
1692
1693
# File 'sig/types.rbs', line 1691

def iops
  @iops
end

#last_assigned_at::Time

Returns the value of attribute last_assigned_at.

Returns:

  • (::Time)


1694
1695
1696
# File 'sig/types.rbs', line 1694

def last_assigned_at
  @last_assigned_at
end

#last_released_at::Time

Returns the value of attribute last_released_at.

Returns:

  • (::Time)


1695
1696
1697
# File 'sig/types.rbs', line 1695

def last_released_at
  @last_released_at
end

#size_gi_b::Integer

Returns the value of attribute size_gi_b.

Returns:

  • (::Integer)


1687
1688
1689
# File 'sig/types.rbs', line 1687

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")


1686
1687
1688
# File 'sig/types.rbs', line 1686

def state
  @state
end

#throughput_mi_b::Integer

Returns the value of attribute throughput_mi_b.

Returns:

  • (::Integer)


1692
1693
1694
# File 'sig/types.rbs', line 1692

def throughput_mi_b
  @throughput_mi_b
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


1683
1684
1685
# File 'sig/types.rbs', line 1683

def volume_id
  @volume_id
end

#volume_type"gp3"

Returns the value of attribute volume_type.

Returns:

  • ("gp3")


1690
1691
1692
# File 'sig/types.rbs', line 1690

def volume_type
  @volume_type
end