Class: Aws::SsmSap::Types::BackintConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::BackintConfig
- Defined in:
- gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb
Overview
Configuration parameters for AWS Backint Agent for SAP HANA. You can backup your SAP HANA database with AWS Backup or Amazon S3.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backint_mode ⇒ String
AWS service for your database backup.
-
#ensure_no_backup_in_process ⇒ Boolean
Instance Attribute Details
#backint_mode ⇒ String
AWS service for your database backup.
174 175 176 177 178 179 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 174 class BackintConfig < Struct.new( :backint_mode, :ensure_no_backup_in_process) SENSITIVE = [] include Aws::Structure end |
#ensure_no_backup_in_process ⇒ Boolean
174 175 176 177 178 179 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 174 class BackintConfig < Struct.new( :backint_mode, :ensure_no_backup_in_process) SENSITIVE = [] include Aws::Structure end |