Class: Aws::Types::ModifyVolumeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14868
14869
14870
# File 'sig/types.rbs', line 14868

def dry_run
  @dry_run
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


14872
14873
14874
# File 'sig/types.rbs', line 14872

def iops
  @iops
end

#multi_attach_enabledBoolean

Returns the value of attribute multi_attach_enabled.

Returns:

  • (Boolean)


14874
14875
14876
# File 'sig/types.rbs', line 14874

def multi_attach_enabled
  @multi_attach_enabled
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


14870
14871
14872
# File 'sig/types.rbs', line 14870

def size
  @size
end

#throughput::Integer

Returns the value of attribute throughput.

Returns:

  • (::Integer)


14873
14874
14875
# File 'sig/types.rbs', line 14873

def throughput
  @throughput
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


14869
14870
14871
# File 'sig/types.rbs', line 14869

def volume_id
  @volume_id
end

#volume_type"standard", ...

Returns the value of attribute volume_type.

Returns:

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


14871
14872
14873
# File 'sig/types.rbs', line 14871

def volume_type
  @volume_type
end