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)


19576
19577
19578
# File 'sig/types.rbs', line 19576

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


19577
19578
19579
# File 'sig/types.rbs', line 19577

def availability_zone_id
  @availability_zone_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


19581
19582
19583
# File 'sig/types.rbs', line 19581

def create_time
  @create_time
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


19573
19574
19575
# File 'sig/types.rbs', line 19573

def iops
  @iops
end

#operatorTypes::OperatorResponse

Returns the value of attribute operator.



19580
19581
19582
# File 'sig/types.rbs', line 19580

def operator
  @operator
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


19575
19576
19577
# File 'sig/types.rbs', line 19575

def outpost_arn
  @outpost_arn
end

#recycle_bin_enter_time::Time

Returns the value of attribute recycle_bin_enter_time.

Returns:

  • (::Time)


19582
19583
19584
# File 'sig/types.rbs', line 19582

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)


19583
19584
19585
# File 'sig/types.rbs', line 19583

def recycle_bin_exit_time
  @recycle_bin_exit_time
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


19572
19573
19574
# File 'sig/types.rbs', line 19572

def size
  @size
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


19579
19580
19581
# File 'sig/types.rbs', line 19579

def snapshot_id
  @snapshot_id
end

#source_volume_id::String

Returns the value of attribute source_volume_id.

Returns:

  • (::String)


19578
19579
19580
# File 'sig/types.rbs', line 19578

def source_volume_id
  @source_volume_id
end

#state"creating", ...

Returns the value of attribute state.

Returns:

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


19571
19572
19573
# File 'sig/types.rbs', line 19571

def state
  @state
end

#throughput::Integer

Returns the value of attribute throughput.

Returns:

  • (::Integer)


19574
19575
19576
# File 'sig/types.rbs', line 19574

def throughput
  @throughput
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


19569
19570
19571
# File 'sig/types.rbs', line 19569

def volume_id
  @volume_id
end

#volume_type"standard", ...

Returns the value of attribute volume_type.

Returns:

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


19570
19571
19572
# File 'sig/types.rbs', line 19570

def volume_type
  @volume_type
end