Class: Aws::Types::TapeInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_arn::String

Returns the value of attribute gateway_arn.

Returns:

  • (::String)


1414
1415
1416
# File 'sig/types.rbs', line 1414

def gateway_arn
  @gateway_arn
end

#pool_entry_date::Time

Returns the value of attribute pool_entry_date.

Returns:

  • (::Time)


1417
1418
1419
# File 'sig/types.rbs', line 1417

def 
  @pool_entry_date
end

#pool_id::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


1415
1416
1417
# File 'sig/types.rbs', line 1415

def pool_id
  @pool_id
end

#retention_start_date::Time

Returns the value of attribute retention_start_date.

Returns:

  • (::Time)


1416
1417
1418
# File 'sig/types.rbs', line 1416

def retention_start_date
  @retention_start_date
end

#tape_arn::String

Returns the value of attribute tape_arn.

Returns:

  • (::String)


1410
1411
1412
# File 'sig/types.rbs', line 1410

def tape_arn
  @tape_arn
end

#tape_barcode::String

Returns the value of attribute tape_barcode.

Returns:

  • (::String)


1411
1412
1413
# File 'sig/types.rbs', line 1411

def tape_barcode
  @tape_barcode
end

#tape_size_in_bytes::Integer

Returns the value of attribute tape_size_in_bytes.

Returns:

  • (::Integer)


1412
1413
1414
# File 'sig/types.rbs', line 1412

def tape_size_in_bytes
  @tape_size_in_bytes
end

#tape_status::String

Returns the value of attribute tape_status.

Returns:

  • (::String)


1413
1414
1415
# File 'sig/types.rbs', line 1413

def tape_status
  @tape_status
end