Class: Aws::Types::CompleteVaultLockInput

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:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def 
  @account_id
end

#lock_id::String

Returns the value of attribute lock_id.

Returns:

  • (::String)


69
70
71
# File 'sig/types.rbs', line 69

def lock_id
  @lock_id
end

#vault_name::String

Returns the value of attribute vault_name.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def vault_name
  @vault_name
end