Class: Aws::Types::DeleteVaultNotificationsInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteVaultNotificationsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#vault_name ⇒ ::String
Returns the value of attribute vault_name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
115 116 117 |
# File 'sig/types.rbs', line 115 def account_id @account_id end |
#vault_name ⇒ ::String
Returns the value of attribute vault_name.
116 117 118 |
# File 'sig/types.rbs', line 116 def vault_name @vault_name end |