Class: Aws::SsmSap::Types::DatabaseSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::DatabaseSummary
- Defined in:
- gems/aws-sdk-ssmsap/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.
612 613 614 615 616 617 618 619 620 621 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 612 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.
612 613 614 615 616 617 618 619 620 621 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 612 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.
612 613 614 615 616 617 618 619 620 621 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 612 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.
612 613 614 615 616 617 618 619 620 621 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 612 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.
612 613 614 615 616 617 618 619 620 621 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 612 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.
612 613 614 615 616 617 618 619 620 621 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 612 class DatabaseSummary < Struct.new( :application_id, :component_id, :database_id, :database_type, :arn, :tags) SENSITIVE = [] include Aws::Structure end |