Class: Aws::Types::CreateKxVolumeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone_ids::Array[::String]

Returns the value of attribute availability_zone_ids.

Returns:

  • (::Array[::String])


262
263
264
# File 'sig/types.rbs', line 262

def availability_zone_ids
  @availability_zone_ids
end

#az_mode"SINGLE", "MULTI"

Returns the value of attribute az_mode.

Returns:

  • ("SINGLE", "MULTI")


261
262
263
# File 'sig/types.rbs', line 261

def az_mode
  @az_mode
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


255
256
257
# File 'sig/types.rbs', line 255

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


259
260
261
# File 'sig/types.rbs', line 259

def description
  @description
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


256
257
258
# File 'sig/types.rbs', line 256

def environment_id
  @environment_id
end

#nas1_configurationTypes::KxNAS1Configuration

Returns the value of attribute nas1_configuration.



260
261
262
# File 'sig/types.rbs', line 260

def nas1_configuration
  @nas1_configuration
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


263
264
265
# File 'sig/types.rbs', line 263

def tags
  @tags
end

#volume_name::String

Returns the value of attribute volume_name.

Returns:

  • (::String)


258
259
260
# File 'sig/types.rbs', line 258

def volume_name
  @volume_name
end

#volume_type"NAS_1"

Returns the value of attribute volume_type.

Returns:

  • ("NAS_1")


257
258
259
# File 'sig/types.rbs', line 257

def volume_type
  @volume_type
end