Class: Aws::Types::SetVaultNotificationsInput

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)


552
553
554
# File 'sig/types.rbs', line 552

def 
  @account_id
end

#vault_name::String

Returns the value of attribute vault_name.

Returns:

  • (::String)


553
554
555
# File 'sig/types.rbs', line 553

def vault_name
  @vault_name
end

#vault_notification_configTypes::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