Class: Aws::Types::CreateVolumeRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVolumeRequest
- 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::CreateOntapVolumeConfiguration
Returns the value of attribute ontap_configuration.
-
#open_zfs_configuration ⇒ Types::CreateOpenZFSVolumeConfiguration
Returns the value of attribute open_zfs_configuration.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#volume_type ⇒ "ONTAP", "OPENZFS"
Returns the value of attribute volume_type.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
530 531 532 |
# File 'sig/types.rbs', line 530 def client_request_token @client_request_token end |
#name ⇒ ::String
Returns the value of attribute name.
532 533 534 |
# File 'sig/types.rbs', line 532 def name @name end |
#ontap_configuration ⇒ Types::CreateOntapVolumeConfiguration
Returns the value of attribute ontap_configuration.
533 534 535 |
# File 'sig/types.rbs', line 533 def ontap_configuration @ontap_configuration end |
#open_zfs_configuration ⇒ Types::CreateOpenZFSVolumeConfiguration
Returns the value of attribute open_zfs_configuration.
535 536 537 |
# File 'sig/types.rbs', line 535 def open_zfs_configuration @open_zfs_configuration end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
534 535 536 |
# File 'sig/types.rbs', line 534 def end |
#volume_type ⇒ "ONTAP", "OPENZFS"
Returns the value of attribute volume_type.
531 532 533 |
# File 'sig/types.rbs', line 531 def volume_type @volume_type end |