Class: Aws::Types::UpdateVolumeRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateVolumeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#ontap_configuration ⇒ Types::UpdateOntapVolumeConfiguration
Returns the value of attribute ontap_configuration.
-
#open_zfs_configuration ⇒ Types::UpdateOpenZFSVolumeConfiguration
Returns the value of attribute open_zfs_configuration.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
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.
1904 1905 1906 |
# File 'sig/types.rbs', line 1904 def name @name end |
#ontap_configuration ⇒ Types::UpdateOntapVolumeConfiguration
Returns the value of attribute ontap_configuration.
1903 1904 1905 |
# File 'sig/types.rbs', line 1903 def ontap_configuration @ontap_configuration end |
#open_zfs_configuration ⇒ Types::UpdateOpenZFSVolumeConfiguration
Returns the value of attribute open_zfs_configuration.
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.
1902 1903 1904 |
# File 'sig/types.rbs', line 1902 def volume_id @volume_id end |