Class: Aws::Types::CreateStorediSCSIVolumeInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#disk_id::String

Returns the value of attribute disk_id.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def disk_id
  @disk_id
end

#gateway_arn::String

Returns the value of attribute gateway_arn.

Returns:

  • (::String)


342
343
344
# File 'sig/types.rbs', line 342

def gateway_arn
  @gateway_arn
end

#kms_encryptedBoolean

Returns the value of attribute kms_encrypted.

Returns:

  • (Boolean)


348
349
350
# File 'sig/types.rbs', line 348

def kms_encrypted
  @kms_encrypted
end

#kms_key::String

Returns the value of attribute kms_key.

Returns:

  • (::String)


349
350
351
# File 'sig/types.rbs', line 349

def kms_key
  @kms_key
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


347
348
349
# File 'sig/types.rbs', line 347

def network_interface_id
  @network_interface_id
end

#preserve_existing_dataBoolean

Returns the value of attribute preserve_existing_data.

Returns:

  • (Boolean)


345
346
347
# File 'sig/types.rbs', line 345

def preserve_existing_data
  @preserve_existing_data
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


344
345
346
# File 'sig/types.rbs', line 344

def snapshot_id
  @snapshot_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



350
351
352
# File 'sig/types.rbs', line 350

def tags
  @tags
end

#target_name::String

Returns the value of attribute target_name.

Returns:

  • (::String)


346
347
348
# File 'sig/types.rbs', line 346

def target_name
  @target_name
end