Class: Aws::Types::GetVaultNotificationsInput
- Inherits:
-
Object
- Object
- Aws::Types::GetVaultNotificationsInput
- 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.
205 206 207 |
# File 'sig/types.rbs', line 205 def account_id @account_id end |
#vault_name ⇒ ::String
Returns the value of attribute vault_name.
206 207 208 |
# File 'sig/types.rbs', line 206 def vault_name @vault_name end |