Class: Aws::SsmSap::Types::GetDatabaseOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::GetDatabaseOutput
- Defined in:
- gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database ⇒ Types::Database
The SAP HANA database of an application registered with AWS Systems Manager for SAP.
-
#tags ⇒ Hash<String,String>
The tags of a database.
Instance Attribute Details
#database ⇒ Types::Database
The SAP HANA database of an application registered with AWS Systems Manager for SAP.
688 689 690 691 692 693 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 688 class GetDatabaseOutput < Struct.new( :database, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags of a database.
688 689 690 691 692 693 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 688 class GetDatabaseOutput < Struct.new( :database, :tags) SENSITIVE = [] include Aws::Structure end |