Class: Aws::SsmSap::Types::UpdateApplicationSettingsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::UpdateApplicationSettingsInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmsap/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The ID of the application.
-
#backint ⇒ Types::BackintConfig
Installation of AWS Backint Agent for SAP HANA.
-
#credentials_to_add_or_update ⇒ Array<Types::ApplicationCredential>
The credentials to be added or updated.
-
#credentials_to_remove ⇒ Array<Types::ApplicationCredential>
The credentials to be removed.
-
#database_arn ⇒ String
The Amazon Resource Name of the SAP HANA database that replaces the current SAP HANA connection with the SAP_ABAP application.
Instance Attribute Details
#application_id ⇒ String
The ID of the application.
1535 1536 1537 1538 1539 1540 1541 1542 1543 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1535 class UpdateApplicationSettingsInput < Struct.new( :application_id, :credentials_to_add_or_update, :credentials_to_remove, :backint, :database_arn) SENSITIVE = [] include Aws::Structure end |
#backint ⇒ Types::BackintConfig
Installation of AWS Backint Agent for SAP HANA.
1535 1536 1537 1538 1539 1540 1541 1542 1543 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1535 class UpdateApplicationSettingsInput < Struct.new( :application_id, :credentials_to_add_or_update, :credentials_to_remove, :backint, :database_arn) SENSITIVE = [] include Aws::Structure end |
#credentials_to_add_or_update ⇒ Array<Types::ApplicationCredential>
The credentials to be added or updated.
1535 1536 1537 1538 1539 1540 1541 1542 1543 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1535 class UpdateApplicationSettingsInput < Struct.new( :application_id, :credentials_to_add_or_update, :credentials_to_remove, :backint, :database_arn) SENSITIVE = [] include Aws::Structure end |
#credentials_to_remove ⇒ Array<Types::ApplicationCredential>
The credentials to be removed.
1535 1536 1537 1538 1539 1540 1541 1542 1543 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1535 class UpdateApplicationSettingsInput < Struct.new( :application_id, :credentials_to_add_or_update, :credentials_to_remove, :backint, :database_arn) SENSITIVE = [] include Aws::Structure end |
#database_arn ⇒ String
The Amazon Resource Name of the SAP HANA database that replaces the current SAP HANA connection with the SAP_ABAP application.
1535 1536 1537 1538 1539 1540 1541 1542 1543 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1535 class UpdateApplicationSettingsInput < Struct.new( :application_id, :credentials_to_add_or_update, :credentials_to_remove, :backint, :database_arn) SENSITIVE = [] include Aws::Structure end |