Class: Aws::Types::DeleteNamespaceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#final_snapshot_name::String

Returns the value of attribute final_snapshot_name.

Returns:

  • (::String)


221
222
223
# File 'sig/types.rbs', line 221

def final_snapshot_name
  @final_snapshot_name
end

#final_snapshot_retention_period::Integer

Returns the value of attribute final_snapshot_retention_period.

Returns:

  • (::Integer)


222
223
224
# File 'sig/types.rbs', line 222

def final_snapshot_retention_period
  @final_snapshot_retention_period
end

#namespace_name::String

Returns the value of attribute namespace_name.

Returns:

  • (::String)


223
224
225
# File 'sig/types.rbs', line 223

def namespace_name
  @namespace_name
end