Class: Aws::Types::CreateVolumeRequest

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)


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.

Returns:

  • (::String)


532
533
534
# File 'sig/types.rbs', line 532

def name
  @name
end

#ontap_configurationTypes::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_configurationTypes::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.

Returns:



534
535
536
# File 'sig/types.rbs', line 534

def tags
  @tags
end

#volume_type"ONTAP", "OPENZFS"

Returns the value of attribute volume_type.

Returns:

  • ("ONTAP", "OPENZFS")


531
532
533
# File 'sig/types.rbs', line 531

def volume_type
  @volume_type
end