Class: Aws::SsmSap::Types::Database

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

Instance Attribute Details

#application_idString

The ID of the application.

Returns:

  • (String)


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

#arnString

The Amazon Resource Name (ARN) of the database.

Returns:

  • (String)


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_idString

The ID of the component.

Returns:

  • (String)


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_arnsArray<String>

The Amazon Resource Names of the connected AWS Systems Manager for SAP components.

Returns:

  • (Array<String>)


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

#credentialsArray<Types::ApplicationCredential>

The credentials of the database.

Returns:



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_idString

The ID of the SAP HANA database.

Returns:

  • (String)


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_nameString

The name of the database.

Returns:

  • (String)


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_typeString

The type of the database.

Returns:

  • (String)


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_updatedTime

The time at which the database was last updated.

Returns:

  • (Time)


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_hostString

The primary host of the database.

Returns:

  • (String)


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_portInteger

The SQL port of the database.

Returns:

  • (Integer)


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

#statusString

The status of the database.

Returns:

  • (String)


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