Class: Aws::Types::UpdateVolumeRequest

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:



1901
1902
1903
# File 'sig/types.rbs', line 1901

def client_request_token
  @client_request_token
end

#name::String

Returns the value of attribute name.

Returns:



1904
1905
1906
# File 'sig/types.rbs', line 1904

def name
  @name
end

#ontap_configurationTypes::UpdateOntapVolumeConfiguration

Returns the value of attribute ontap_configuration.

Returns:



1903
1904
1905
# File 'sig/types.rbs', line 1903

def ontap_configuration
  @ontap_configuration
end

#open_zfs_configurationTypes::UpdateOpenZFSVolumeConfiguration

Returns the value of attribute open_zfs_configuration.

Returns:



1905
1906
1907
# File 'sig/types.rbs', line 1905

def open_zfs_configuration
  @open_zfs_configuration
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:



1902
1903
1904
# File 'sig/types.rbs', line 1902

def volume_id
  @volume_id
end