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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmsap/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)


406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 406

class Database < Struct.new(
  :application_id,
  :component_id,
  :credentials,
  :database_id,
  :database_name,
  :database_type,
  :arn,
  :status,
  :primary_host,
  :sql_port,
  :last_updated)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the database.

Returns:

  • (String)


406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 406

class Database < Struct.new(
  :application_id,
  :component_id,
  :credentials,
  :database_id,
  :database_name,
  :database_type,
  :arn,
  :status,
  :primary_host,
  :sql_port,
  :last_updated)
  SENSITIVE = []
  include Aws::Structure
end

#component_idString

The ID of the component.

Returns:

  • (String)


406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 406

class Database < Struct.new(
  :application_id,
  :component_id,
  :credentials,
  :database_id,
  :database_name,
  :database_type,
  :arn,
  :status,
  :primary_host,
  :sql_port,
  :last_updated)
  SENSITIVE = []
  include Aws::Structure
end

#credentialsArray<Types::ApplicationCredential>

The credentials of the database.

Returns:



406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 406

class Database < Struct.new(
  :application_id,
  :component_id,
  :credentials,
  :database_id,
  :database_name,
  :database_type,
  :arn,
  :status,
  :primary_host,
  :sql_port,
  :last_updated)
  SENSITIVE = []
  include Aws::Structure
end

#database_idString

The ID of the SAP HANA database.

Returns:

  • (String)


406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 406

class Database < Struct.new(
  :application_id,
  :component_id,
  :credentials,
  :database_id,
  :database_name,
  :database_type,
  :arn,
  :status,
  :primary_host,
  :sql_port,
  :last_updated)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

The name of the database.

Returns:

  • (String)


406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 406

class Database < Struct.new(
  :application_id,
  :component_id,
  :credentials,
  :database_id,
  :database_name,
  :database_type,
  :arn,
  :status,
  :primary_host,
  :sql_port,
  :last_updated)
  SENSITIVE = []
  include Aws::Structure
end

#database_typeString

The type of the database.

Returns:

  • (String)


406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 406

class Database < Struct.new(
  :application_id,
  :component_id,
  :credentials,
  :database_id,
  :database_name,
  :database_type,
  :arn,
  :status,
  :primary_host,
  :sql_port,
  :last_updated)
  SENSITIVE = []
  include Aws::Structure
end

#last_updatedTime

The time at which the database was last updated.

Returns:

  • (Time)


406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 406

class Database < Struct.new(
  :application_id,
  :component_id,
  :credentials,
  :database_id,
  :database_name,
  :database_type,
  :arn,
  :status,
  :primary_host,
  :sql_port,
  :last_updated)
  SENSITIVE = []
  include Aws::Structure
end

#primary_hostString

The primary host of the database.

Returns:

  • (String)


406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 406

class Database < Struct.new(
  :application_id,
  :component_id,
  :credentials,
  :database_id,
  :database_name,
  :database_type,
  :arn,
  :status,
  :primary_host,
  :sql_port,
  :last_updated)
  SENSITIVE = []
  include Aws::Structure
end

#sql_portInteger

The SQL port of the database.

Returns:

  • (Integer)


406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 406

class Database < Struct.new(
  :application_id,
  :component_id,
  :credentials,
  :database_id,
  :database_name,
  :database_type,
  :arn,
  :status,
  :primary_host,
  :sql_port,
  :last_updated)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the database.

Returns:

  • (String)


406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 406

class Database < Struct.new(
  :application_id,
  :component_id,
  :credentials,
  :database_id,
  :database_name,
  :database_type,
  :arn,
  :status,
  :primary_host,
  :sql_port,
  :last_updated)
  SENSITIVE = []
  include Aws::Structure
end