Class: Aws::Types::CreateTapePoolInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#pool_name::String

Returns the value of attribute pool_name.

Returns:

  • (::String)


362
363
364
# File 'sig/types.rbs', line 362

def pool_name
  @pool_name
end

#retention_lock_time_in_days::Integer

Returns the value of attribute retention_lock_time_in_days.

Returns:

  • (::Integer)


365
366
367
# File 'sig/types.rbs', line 365

def retention_lock_time_in_days
  @retention_lock_time_in_days
end

#retention_lock_type"COMPLIANCE", ...

Returns the value of attribute retention_lock_type.

Returns:

  • ("COMPLIANCE", "GOVERNANCE", "NONE")


364
365
366
# File 'sig/types.rbs', line 364

def retention_lock_type
  @retention_lock_type
end

#storage_class"DEEP_ARCHIVE", "GLACIER"

Returns the value of attribute storage_class.

Returns:

  • ("DEEP_ARCHIVE", "GLACIER")


363
364
365
# File 'sig/types.rbs', line 363

def storage_class
  @storage_class
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



366
367
368
# File 'sig/types.rbs', line 366

def tags
  @tags
end