Class: Aws::SsmSap::Types::DatabaseConnection
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::DatabaseConnection
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmsap/types.rb
Overview
The connection specifications for the database.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_ip ⇒ String
The IP address for connection.
-
#database_arn ⇒ String
The Amazon Resource Name of the connected SAP HANA database.
-
#database_connection_method ⇒ String
The method of connection.
Instance Attribute Details
#connection_ip ⇒ String
The IP address for connection.
450 451 452 453 454 455 456 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 450 class DatabaseConnection < Struct.new( :database_connection_method, :database_arn, :connection_ip) SENSITIVE = [] include Aws::Structure end |
#database_arn ⇒ String
The Amazon Resource Name of the connected SAP HANA database.
450 451 452 453 454 455 456 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 450 class DatabaseConnection < Struct.new( :database_connection_method, :database_arn, :connection_ip) SENSITIVE = [] include Aws::Structure end |
#database_connection_method ⇒ String
The method of connection.
450 451 452 453 454 455 456 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 450 class DatabaseConnection < Struct.new( :database_connection_method, :database_arn, :connection_ip) SENSITIVE = [] include Aws::Structure end |