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.
668 669 670 671 672 673 674 675 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 668 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.
668 669 670 671 672 673 674 675 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 668 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.
668 669 670 671 672 673 674 675 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 668 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.
668 669 670 671 672 673 674 675 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 668 class GetDatabaseInput < Struct.new( :application_id, :component_id, :database_id, :database_arn) SENSITIVE = [] include Aws::Structure end |