Class: Aws::SsmSap::Types::GetDatabaseInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The ID of the application.

Returns:

  • (String)


656
657
658
659
660
661
662
663
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 656

class GetDatabaseInput < Struct.new(
  :application_id,
  :component_id,
  :database_id,
  :database_arn)
  SENSITIVE = []
  include Aws::Structure
end

#component_idString

The ID of the component.

Returns:

  • (String)


656
657
658
659
660
661
662
663
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 656

class GetDatabaseInput < Struct.new(
  :application_id,
  :component_id,
  :database_id,
  :database_arn)
  SENSITIVE = []
  include Aws::Structure
end

#database_arnString

The Amazon Resource Name (ARN) of the database.

Returns:

  • (String)


656
657
658
659
660
661
662
663
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 656

class GetDatabaseInput < Struct.new(
  :application_id,
  :component_id,
  :database_id,
  :database_arn)
  SENSITIVE = []
  include Aws::Structure
end

#database_idString

The ID of the database.

Returns:

  • (String)


656
657
658
659
660
661
662
663
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 656

class GetDatabaseInput < Struct.new(
  :application_id,
  :component_id,
  :database_id,
  :database_arn)
  SENSITIVE = []
  include Aws::Structure
end