Class: Aws::Types::StorediSCSIVolume

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


1362
1363
1364
# File 'sig/types.rbs', line 1362

def created_date
  @created_date
end

#kms_key::String

Returns the value of attribute kms_key.

Returns:

  • (::String)


1364
1365
1366
# File 'sig/types.rbs', line 1364

def kms_key
  @kms_key
end

#preserved_existing_dataBoolean

Returns the value of attribute preserved_existing_data.

Returns:

  • (Boolean)


1360
1361
1362
# File 'sig/types.rbs', line 1360

def preserved_existing_data
  @preserved_existing_data
end

#source_snapshot_id::String

Returns the value of attribute source_snapshot_id.

Returns:

  • (::String)


1359
1360
1361
# File 'sig/types.rbs', line 1359

def source_snapshot_id
  @source_snapshot_id
end

#target_name::String

Returns the value of attribute target_name.

Returns:

  • (::String)


1365
1366
1367
# File 'sig/types.rbs', line 1365

def target_name
  @target_name
end

#volume_arn::String

Returns the value of attribute volume_arn.

Returns:

  • (::String)


1351
1352
1353
# File 'sig/types.rbs', line 1351

def volume_arn
  @volume_arn
end

#volume_attachment_status::String

Returns the value of attribute volume_attachment_status.

Returns:

  • (::String)


1355
1356
1357
# File 'sig/types.rbs', line 1355

def volume_attachment_status
  @volume_attachment_status
end

#volume_disk_id::String

Returns the value of attribute volume_disk_id.

Returns:

  • (::String)


1358
1359
1360
# File 'sig/types.rbs', line 1358

def volume_disk_id
  @volume_disk_id
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


1352
1353
1354
# File 'sig/types.rbs', line 1352

def volume_id
  @volume_id
end

#volume_iscsi_attributesTypes::VolumeiSCSIAttributes

Returns the value of attribute volume_iscsi_attributes.



1361
1362
1363
# File 'sig/types.rbs', line 1361

def volume_iscsi_attributes
  @volume_iscsi_attributes
end

#volume_progress::Float

Returns the value of attribute volume_progress.

Returns:

  • (::Float)


1357
1358
1359
# File 'sig/types.rbs', line 1357

def volume_progress
  @volume_progress
end

#volume_size_in_bytes::Integer

Returns the value of attribute volume_size_in_bytes.

Returns:

  • (::Integer)


1356
1357
1358
# File 'sig/types.rbs', line 1356

def volume_size_in_bytes
  @volume_size_in_bytes
end

#volume_status::String

Returns the value of attribute volume_status.

Returns:

  • (::String)


1354
1355
1356
# File 'sig/types.rbs', line 1354

def volume_status
  @volume_status
end

#volume_type::String

Returns the value of attribute volume_type.

Returns:

  • (::String)


1353
1354
1355
# File 'sig/types.rbs', line 1353

def volume_type
  @volume_type
end

#volume_used_in_bytes::Integer

Returns the value of attribute volume_used_in_bytes.

Returns:

  • (::Integer)


1363
1364
1365
# File 'sig/types.rbs', line 1363

def volume_used_in_bytes
  @volume_used_in_bytes
end