Class: Aws::Types::AutomaticTapeCreationRule

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#minimum_num_tapes::Integer

Returns the value of attribute minimum_num_tapes.

Returns:



127
128
129
# File 'sig/types.rbs', line 127

def minimum_num_tapes
  @minimum_num_tapes
end

#pool_id::String

Returns the value of attribute pool_id.

Returns:



125
126
127
# File 'sig/types.rbs', line 125

def pool_id
  @pool_id
end

#tape_barcode_prefix::String

Returns the value of attribute tape_barcode_prefix.

Returns:



124
125
126
# File 'sig/types.rbs', line 124

def tape_barcode_prefix
  @tape_barcode_prefix
end

#tape_size_in_bytes::Integer

Returns the value of attribute tape_size_in_bytes.

Returns:



126
127
128
# File 'sig/types.rbs', line 126

def tape_size_in_bytes
  @tape_size_in_bytes
end

#wormBoolean

Returns the value of attribute worm.

Returns:



128
129
130
# File 'sig/types.rbs', line 128

def worm
  @worm
end