Class: Aws::Types::DeleteVolumeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


775
776
777
# File 'sig/types.rbs', line 775

def client_request_token
  @client_request_token
end

#ontap_configurationTypes::DeleteVolumeOntapConfiguration

Returns the value of attribute ontap_configuration.



777
778
779
# File 'sig/types.rbs', line 777

def ontap_configuration
  @ontap_configuration
end

#open_zfs_configurationTypes::DeleteVolumeOpenZFSConfiguration

Returns the value of attribute open_zfs_configuration.



778
779
780
# File 'sig/types.rbs', line 778

def open_zfs_configuration
  @open_zfs_configuration
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


776
777
778
# File 'sig/types.rbs', line 776

def volume_id
  @volume_id
end