Class: Aws::SsmSap::Types::Database
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::Database
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmsap/types.rb
Overview
The SAP HANA database of the application registered with AWS Systems Manager for SAP.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The ID of the application.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the database.
-
#component_id ⇒ String
The ID of the component.
-
#connected_component_arns ⇒ Array<String>
The Amazon Resource Names of the connected AWS Systems Manager for SAP components.
-
#credentials ⇒ Array<Types::ApplicationCredential>
The credentials of the database.
-
#database_id ⇒ String
The ID of the SAP HANA database.
-
#database_name ⇒ String
The name of the database.
-
#database_type ⇒ String
The type of the database.
-
#last_updated ⇒ Time
The time at which the database was last updated.
-
#primary_host ⇒ String
The primary host of the database.
-
#sql_port ⇒ Integer
The SQL port of the database.
-
#status ⇒ String
The status of the database.
Instance Attribute Details
#application_id ⇒ String
The ID of the application.
417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 417 class Database < Struct.new( :application_id, :component_id, :credentials, :database_id, :database_name, :database_type, :arn, :status, :primary_host, :sql_port, :last_updated, :connected_component_arns) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the database.
417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 417 class Database < Struct.new( :application_id, :component_id, :credentials, :database_id, :database_name, :database_type, :arn, :status, :primary_host, :sql_port, :last_updated, :connected_component_arns) SENSITIVE = [] include Aws::Structure end |
#component_id ⇒ String
The ID of the component.
417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 417 class Database < Struct.new( :application_id, :component_id, :credentials, :database_id, :database_name, :database_type, :arn, :status, :primary_host, :sql_port, :last_updated, :connected_component_arns) SENSITIVE = [] include Aws::Structure end |
#connected_component_arns ⇒ Array<String>
The Amazon Resource Names of the connected AWS Systems Manager for SAP components.
417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 417 class Database < Struct.new( :application_id, :component_id, :credentials, :database_id, :database_name, :database_type, :arn, :status, :primary_host, :sql_port, :last_updated, :connected_component_arns) SENSITIVE = [] include Aws::Structure end |
#credentials ⇒ Array<Types::ApplicationCredential>
The credentials of the database.
417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 417 class Database < Struct.new( :application_id, :component_id, :credentials, :database_id, :database_name, :database_type, :arn, :status, :primary_host, :sql_port, :last_updated, :connected_component_arns) SENSITIVE = [] include Aws::Structure end |
#database_id ⇒ String
The ID of the SAP HANA database.
417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 417 class Database < Struct.new( :application_id, :component_id, :credentials, :database_id, :database_name, :database_type, :arn, :status, :primary_host, :sql_port, :last_updated, :connected_component_arns) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
The name of the database.
417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 417 class Database < Struct.new( :application_id, :component_id, :credentials, :database_id, :database_name, :database_type, :arn, :status, :primary_host, :sql_port, :last_updated, :connected_component_arns) SENSITIVE = [] include Aws::Structure end |
#database_type ⇒ String
The type of the database.
417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 417 class Database < Struct.new( :application_id, :component_id, :credentials, :database_id, :database_name, :database_type, :arn, :status, :primary_host, :sql_port, :last_updated, :connected_component_arns) SENSITIVE = [] include Aws::Structure end |
#last_updated ⇒ Time
The time at which the database was last updated.
417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 417 class Database < Struct.new( :application_id, :component_id, :credentials, :database_id, :database_name, :database_type, :arn, :status, :primary_host, :sql_port, :last_updated, :connected_component_arns) SENSITIVE = [] include Aws::Structure end |
#primary_host ⇒ String
The primary host of the database.
417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 417 class Database < Struct.new( :application_id, :component_id, :credentials, :database_id, :database_name, :database_type, :arn, :status, :primary_host, :sql_port, :last_updated, :connected_component_arns) SENSITIVE = [] include Aws::Structure end |
#sql_port ⇒ Integer
The SQL port of the database.
417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 417 class Database < Struct.new( :application_id, :component_id, :credentials, :database_id, :database_name, :database_type, :arn, :status, :primary_host, :sql_port, :last_updated, :connected_component_arns) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the database.
417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 417 class Database < Struct.new( :application_id, :component_id, :credentials, :database_id, :database_name, :database_type, :arn, :status, :primary_host, :sql_port, :last_updated, :connected_component_arns) SENSITIVE = [] include Aws::Structure end |