Class: Aws::SsmSap::Types::DatabaseSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::DatabaseSummary
- 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
-
#application_id ⇒ String
The ID of the application.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the database.
-
#component_id ⇒ String
The ID of the component.
-
#database_id ⇒ String
The ID of the database.
-
#database_type ⇒ String
The type of the database.
-
#tags ⇒ Hash<String,String>
The tags of the database.
Instance Attribute Details
#application_id ⇒ String
The ID of the application.
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 |
#arn ⇒ String
The Amazon Resource Name (ARN) of the database.
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_id ⇒ String
The ID of the component.
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_id ⇒ String
The ID of the database.
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_type ⇒ String
The type of the database.
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 |
#tags ⇒ Hash<String,String>
The tags of the database.
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 |