Class: Aws::DatabaseMigrationService::Types::SchemaShortInfoResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::SchemaShortInfoResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Describes a schema in a Fleet Advisor collector inventory.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database_id ⇒ String
The ID of a database in a Fleet Advisor collector inventory.
-
#database_ip_address ⇒ String
The IP address of a database in a Fleet Advisor collector inventory.
-
#database_name ⇒ String
The name of a database in a Fleet Advisor collector inventory.
-
#schema_id ⇒ String
The ID of a schema in a Fleet Advisor collector inventory.
-
#schema_name ⇒ String
The name of a schema in a Fleet Advisor collector inventory.
Instance Attribute Details
#database_id ⇒ String
The ID of a database in a Fleet Advisor collector inventory.
12789 12790 12791 12792 12793 12794 12795 12796 12797 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12789 class SchemaShortInfoResponse < Struct.new( :schema_id, :schema_name, :database_id, :database_name, :database_ip_address) SENSITIVE = [] include Aws::Structure end |
#database_ip_address ⇒ String
The IP address of a database in a Fleet Advisor collector inventory.
12789 12790 12791 12792 12793 12794 12795 12796 12797 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12789 class SchemaShortInfoResponse < Struct.new( :schema_id, :schema_name, :database_id, :database_name, :database_ip_address) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
The name of a database in a Fleet Advisor collector inventory.
12789 12790 12791 12792 12793 12794 12795 12796 12797 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12789 class SchemaShortInfoResponse < Struct.new( :schema_id, :schema_name, :database_id, :database_name, :database_ip_address) SENSITIVE = [] include Aws::Structure end |
#schema_id ⇒ String
The ID of a schema in a Fleet Advisor collector inventory.
12789 12790 12791 12792 12793 12794 12795 12796 12797 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12789 class SchemaShortInfoResponse < Struct.new( :schema_id, :schema_name, :database_id, :database_name, :database_ip_address) SENSITIVE = [] include Aws::Structure end |
#schema_name ⇒ String
The name of a schema in a Fleet Advisor collector inventory.
12789 12790 12791 12792 12793 12794 12795 12796 12797 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12789 class SchemaShortInfoResponse < Struct.new( :schema_id, :schema_name, :database_id, :database_name, :database_ip_address) SENSITIVE = [] include Aws::Structure end |