Class: Aws::Types::Tape

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key::String

Returns the value of attribute kms_key.

Returns:

  • (::String)


1384
1385
1386
# File 'sig/types.rbs', line 1384

def kms_key
  @kms_key
end

#pool_entry_date::Time

Returns the value of attribute pool_entry_date.

Returns:

  • (::Time)


1388
1389
1390
# File 'sig/types.rbs', line 1388

def 
  @pool_entry_date
end

#pool_id::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


1385
1386
1387
# File 'sig/types.rbs', line 1385

def pool_id
  @pool_id
end

#progress::Float

Returns the value of attribute progress.

Returns:

  • (::Float)


1382
1383
1384
# File 'sig/types.rbs', line 1382

def progress
  @progress
end

#retention_start_date::Time

Returns the value of attribute retention_start_date.

Returns:

  • (::Time)


1387
1388
1389
# File 'sig/types.rbs', line 1387

def retention_start_date
  @retention_start_date
end

#tape_arn::String

Returns the value of attribute tape_arn.

Returns:

  • (::String)


1376
1377
1378
# File 'sig/types.rbs', line 1376

def tape_arn
  @tape_arn
end

#tape_barcode::String

Returns the value of attribute tape_barcode.

Returns:

  • (::String)


1377
1378
1379
# File 'sig/types.rbs', line 1377

def tape_barcode
  @tape_barcode
end

#tape_created_date::Time

Returns the value of attribute tape_created_date.

Returns:

  • (::Time)


1378
1379
1380
# File 'sig/types.rbs', line 1378

def tape_created_date
  @tape_created_date
end

#tape_size_in_bytes::Integer

Returns the value of attribute tape_size_in_bytes.

Returns:

  • (::Integer)


1379
1380
1381
# File 'sig/types.rbs', line 1379

def tape_size_in_bytes
  @tape_size_in_bytes
end

#tape_status::String

Returns the value of attribute tape_status.

Returns:

  • (::String)


1380
1381
1382
# File 'sig/types.rbs', line 1380

def tape_status
  @tape_status
end

#tape_used_in_bytes::Integer

Returns the value of attribute tape_used_in_bytes.

Returns:

  • (::Integer)


1383
1384
1385
# File 'sig/types.rbs', line 1383

def tape_used_in_bytes
  @tape_used_in_bytes
end

#vtl_device::String

Returns the value of attribute vtl_device.

Returns:

  • (::String)


1381
1382
1383
# File 'sig/types.rbs', line 1381

def vtl_device
  @vtl_device
end

#wormBoolean

Returns the value of attribute worm.

Returns:

  • (Boolean)


1386
1387
1388
# File 'sig/types.rbs', line 1386

def worm
  @worm
end