Class: Aws::SsmSap::Types::GetDatabaseOutput

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

#databaseTypes::Database

The SAP HANA database of an application registered with AWS Systems Manager for SAP.

Returns:



676
677
678
679
680
681
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 676

class GetDatabaseOutput < Struct.new(
  :database,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags of a database.

Returns:

  • (Hash<String,String>)


676
677
678
679
680
681
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 676

class GetDatabaseOutput < Struct.new(
  :database,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end