Class: Aws::SsmSap::Types::RegisterApplicationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::RegisterApplicationInput
- 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.
-
#application_type ⇒ String
The type of the application.
-
#components_info ⇒ Array<Types::ComponentInfo>
This is an optional parameter for component details to which the SAP ABAP application is attached, such as Web Dispatcher.
-
#credentials ⇒ Array<Types::ApplicationCredential>
The credentials of the SAP application.
-
#database_arn ⇒ String
The Amazon Resource Name of the SAP HANA database.
-
#instances ⇒ Array<String>
The Amazon EC2 instances on which your SAP application is running.
-
#sap_instance_number ⇒ String
The SAP instance number of the application.
-
#sid ⇒ String
The System ID of the application.
-
#tags ⇒ Hash<String,String>
The tags to be attached to the SAP application.
Instance Attribute Details
#application_id ⇒ String
The ID of the application.
1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1607 class RegisterApplicationInput < Struct.new( :application_id, :application_type, :instances, :sap_instance_number, :sid, :tags, :credentials, :database_arn, :components_info) SENSITIVE = [] include Aws::Structure end |
#application_type ⇒ String
The type of the application.
1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1607 class RegisterApplicationInput < Struct.new( :application_id, :application_type, :instances, :sap_instance_number, :sid, :tags, :credentials, :database_arn, :components_info) SENSITIVE = [] include Aws::Structure end |
#components_info ⇒ Array<Types::ComponentInfo>
This is an optional parameter for component details to which the SAP ABAP application is attached, such as Web Dispatcher.
This is an array of ApplicationComponent objects. You may input 0 to 5 items.
1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1607 class RegisterApplicationInput < Struct.new( :application_id, :application_type, :instances, :sap_instance_number, :sid, :tags, :credentials, :database_arn, :components_info) SENSITIVE = [] include Aws::Structure end |
#credentials ⇒ Array<Types::ApplicationCredential>
The credentials of the SAP application.
1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1607 class RegisterApplicationInput < Struct.new( :application_id, :application_type, :instances, :sap_instance_number, :sid, :tags, :credentials, :database_arn, :components_info) SENSITIVE = [] include Aws::Structure end |
#database_arn ⇒ String
The Amazon Resource Name of the SAP HANA database.
1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1607 class RegisterApplicationInput < Struct.new( :application_id, :application_type, :instances, :sap_instance_number, :sid, :tags, :credentials, :database_arn, :components_info) SENSITIVE = [] include Aws::Structure end |
#instances ⇒ Array<String>
The Amazon EC2 instances on which your SAP application is running.
1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1607 class RegisterApplicationInput < Struct.new( :application_id, :application_type, :instances, :sap_instance_number, :sid, :tags, :credentials, :database_arn, :components_info) SENSITIVE = [] include Aws::Structure end |
#sap_instance_number ⇒ String
The SAP instance number of the application.
1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1607 class RegisterApplicationInput < Struct.new( :application_id, :application_type, :instances, :sap_instance_number, :sid, :tags, :credentials, :database_arn, :components_info) SENSITIVE = [] include Aws::Structure end |
#sid ⇒ String
The System ID of the application.
1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1607 class RegisterApplicationInput < Struct.new( :application_id, :application_type, :instances, :sap_instance_number, :sid, :tags, :credentials, :database_arn, :components_info) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to be attached to the SAP application.
1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1607 class RegisterApplicationInput < Struct.new( :application_id, :application_type, :instances, :sap_instance_number, :sid, :tags, :credentials, :database_arn, :components_info) SENSITIVE = [] include Aws::Structure end |