Class: Aws::Types::TapeArchive

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completion_time::Time

Returns the value of attribute completion_time.

Returns:

  • (::Time)


1397
1398
1399
# File 'sig/types.rbs', line 1397

def completion_time
  @completion_time
end

#kms_key::String

Returns the value of attribute kms_key.

Returns:

  • (::String)


1401
1402
1403
# File 'sig/types.rbs', line 1401

def kms_key
  @kms_key
end

#pool_entry_date::Time

Returns the value of attribute pool_entry_date.

Returns:

  • (::Time)


1405
1406
1407
# File 'sig/types.rbs', line 1405

def 
  @pool_entry_date
end

#pool_id::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


1402
1403
1404
# File 'sig/types.rbs', line 1402

def pool_id
  @pool_id
end

#retention_start_date::Time

Returns the value of attribute retention_start_date.

Returns:

  • (::Time)


1404
1405
1406
# File 'sig/types.rbs', line 1404

def retention_start_date
  @retention_start_date
end

#retrieved_to::String

Returns the value of attribute retrieved_to.

Returns:

  • (::String)


1398
1399
1400
# File 'sig/types.rbs', line 1398

def retrieved_to
  @retrieved_to
end

#tape_arn::String

Returns the value of attribute tape_arn.

Returns:

  • (::String)


1393
1394
1395
# File 'sig/types.rbs', line 1393

def tape_arn
  @tape_arn
end

#tape_barcode::String

Returns the value of attribute tape_barcode.

Returns:

  • (::String)


1394
1395
1396
# File 'sig/types.rbs', line 1394

def tape_barcode
  @tape_barcode
end

#tape_created_date::Time

Returns the value of attribute tape_created_date.

Returns:

  • (::Time)


1395
1396
1397
# File 'sig/types.rbs', line 1395

def tape_created_date
  @tape_created_date
end

#tape_size_in_bytes::Integer

Returns the value of attribute tape_size_in_bytes.

Returns:

  • (::Integer)


1396
1397
1398
# File 'sig/types.rbs', line 1396

def tape_size_in_bytes
  @tape_size_in_bytes
end

#tape_status::String

Returns the value of attribute tape_status.

Returns:

  • (::String)


1399
1400
1401
# File 'sig/types.rbs', line 1399

def tape_status
  @tape_status
end

#tape_used_in_bytes::Integer

Returns the value of attribute tape_used_in_bytes.

Returns:

  • (::Integer)


1400
1401
1402
# File 'sig/types.rbs', line 1400

def tape_used_in_bytes
  @tape_used_in_bytes
end

#wormBoolean

Returns the value of attribute worm.

Returns:

  • (Boolean)


1403
1404
1405
# File 'sig/types.rbs', line 1403

def worm
  @worm
end