Class: Aws::SsmSap::Types::BackintConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#backint_modeString

AWS service for your database backup.

Returns:

  • (String)


168
169
170
171
172
173
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 168

class BackintConfig < Struct.new(
  :backint_mode,
  :ensure_no_backup_in_process)
  SENSITIVE = []
  include Aws::Structure
end

#ensure_no_backup_in_processBoolean

Returns:

  • (Boolean)


168
169
170
171
172
173
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 168

class BackintConfig < Struct.new(
  :backint_mode,
  :ensure_no_backup_in_process)
  SENSITIVE = []
  include Aws::Structure
end