Class: Aws::Types::InitiateVaultLockInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:



284
285
286
# File 'sig/types.rbs', line 284

def 
  @account_id
end

#policyTypes::VaultLockPolicy

Returns the value of attribute policy.

Returns:



286
287
288
# File 'sig/types.rbs', line 286

def policy
  @policy
end

#vault_name::String

Returns the value of attribute vault_name.

Returns:



285
286
287
# File 'sig/types.rbs', line 285

def vault_name
  @vault_name
end