Class: Aws::SsmSap::Types::GetDatabaseInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::GetDatabaseInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmsap/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The ID of the application.
-
#component_id ⇒ String
The ID of the component.
-
#database_arn ⇒ String
The Amazon Resource Name (ARN) of the database.
-
#database_id ⇒ String
The ID of the database.
Instance Attribute Details
#application_id ⇒ String
The ID of the application.
700 701 702 703 704 705 706 707 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 700 class GetDatabaseInput < Struct.new( :application_id, :component_id, :database_id, :database_arn) SENSITIVE = [] include Aws::Structure end |
#component_id ⇒ String
The ID of the component.
700 701 702 703 704 705 706 707 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 700 class GetDatabaseInput < Struct.new( :application_id, :component_id, :database_id, :database_arn) SENSITIVE = [] include Aws::Structure end |
#database_arn ⇒ String
The Amazon Resource Name (ARN) of the database.
700 701 702 703 704 705 706 707 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 700 class GetDatabaseInput < Struct.new( :application_id, :component_id, :database_id, :database_arn) SENSITIVE = [] include Aws::Structure end |
#database_id ⇒ String
The ID of the database.
700 701 702 703 704 705 706 707 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 700 class GetDatabaseInput < Struct.new( :application_id, :component_id, :database_id, :database_arn) SENSITIVE = [] include Aws::Structure end |