Class: Aws::Types::VolumeRecycleBinInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


18889
18890
18891
# File 'sig/types.rbs', line 18889

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


18890
18891
18892
# File 'sig/types.rbs', line 18890

def availability_zone_id
  @availability_zone_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


18894
18895
18896
# File 'sig/types.rbs', line 18894

def create_time
  @create_time
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


18886
18887
18888
# File 'sig/types.rbs', line 18886

def iops
  @iops
end

#operatorTypes::OperatorResponse

Returns the value of attribute operator.



18893
18894
18895
# File 'sig/types.rbs', line 18893

def operator
  @operator
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


18888
18889
18890
# File 'sig/types.rbs', line 18888

def outpost_arn
  @outpost_arn
end

#recycle_bin_enter_time::Time

Returns the value of attribute recycle_bin_enter_time.

Returns:

  • (::Time)


18895
18896
18897
# File 'sig/types.rbs', line 18895

def recycle_bin_enter_time
  @recycle_bin_enter_time
end

#recycle_bin_exit_time::Time

Returns the value of attribute recycle_bin_exit_time.

Returns:

  • (::Time)


18896
18897
18898
# File 'sig/types.rbs', line 18896

def recycle_bin_exit_time
  @recycle_bin_exit_time
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


18885
18886
18887
# File 'sig/types.rbs', line 18885

def size
  @size
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


18892
18893
18894
# File 'sig/types.rbs', line 18892

def snapshot_id
  @snapshot_id
end

#source_volume_id::String

Returns the value of attribute source_volume_id.

Returns:

  • (::String)


18891
18892
18893
# File 'sig/types.rbs', line 18891

def source_volume_id
  @source_volume_id
end

#state"creating", ...

Returns the value of attribute state.

Returns:

  • ("creating", "available", "in-use", "deleting", "deleted", "error")


18884
18885
18886
# File 'sig/types.rbs', line 18884

def state
  @state
end

#throughput::Integer

Returns the value of attribute throughput.

Returns:

  • (::Integer)


18887
18888
18889
# File 'sig/types.rbs', line 18887

def throughput
  @throughput
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


18882
18883
18884
# File 'sig/types.rbs', line 18882

def volume_id
  @volume_id
end

#volume_type"standard", ...

Returns the value of attribute volume_type.

Returns:

  • ("standard", "io1", "io2", "gp2", "sc1", "st1", "gp3")


18883
18884
18885
# File 'sig/types.rbs', line 18883

def volume_type
  @volume_type
end