Class: Aws::Types::SetVaultNotificationsInput
- Inherits:
-
Object
- Object
- Aws::Types::SetVaultNotificationsInput
- 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.
-
#vault_notification_config ⇒ Types::VaultNotificationConfig
Returns the value of attribute vault_notification_config.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
552 553 554 |
# File 'sig/types.rbs', line 552 def account_id @account_id end |
#vault_name ⇒ ::String
Returns the value of attribute vault_name.
553 554 555 |
# File 'sig/types.rbs', line 553 def vault_name @vault_name end |
#vault_notification_config ⇒ Types::VaultNotificationConfig
Returns the value of attribute vault_notification_config.
554 555 556 |
# File 'sig/types.rbs', line 554 def vault_notification_config @vault_notification_config end |