Class: Aws::SsmSap::Types::DatabaseSummary

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssmsap/types.rb

Overview

The summary of the database.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The ID of the application.

Returns:

  • (String)


486
487
488
489
490
491
492
493
494
495
# File 'lib/aws-sdk-ssmsap/types.rb', line 486

class DatabaseSummary < Struct.new(
  :application_id,
  :component_id,
  :database_id,
  :database_type,
  :arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the database.

Returns:

  • (String)


486
487
488
489
490
491
492
493
494
495
# File 'lib/aws-sdk-ssmsap/types.rb', line 486

class DatabaseSummary < Struct.new(
  :application_id,
  :component_id,
  :database_id,
  :database_type,
  :arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#component_idString

The ID of the component.

Returns:

  • (String)


486
487
488
489
490
491
492
493
494
495
# File 'lib/aws-sdk-ssmsap/types.rb', line 486

class DatabaseSummary < Struct.new(
  :application_id,
  :component_id,
  :database_id,
  :database_type,
  :arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#database_idString

The ID of the database.

Returns:

  • (String)


486
487
488
489
490
491
492
493
494
495
# File 'lib/aws-sdk-ssmsap/types.rb', line 486

class DatabaseSummary < Struct.new(
  :application_id,
  :component_id,
  :database_id,
  :database_type,
  :arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#database_typeString

The type of the database.

Returns:

  • (String)


486
487
488
489
490
491
492
493
494
495
# File 'lib/aws-sdk-ssmsap/types.rb', line 486

class DatabaseSummary < Struct.new(
  :application_id,
  :component_id,
  :database_id,
  :database_type,
  :arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags of the database.

Returns:

  • (Hash<String,String>)


486
487
488
489
490
491
492
493
494
495
# File 'lib/aws-sdk-ssmsap/types.rb', line 486

class DatabaseSummary < Struct.new(
  :application_id,
  :component_id,
  :database_id,
  :database_type,
  :arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end