Class: Aws::DatabaseMigrationService::Types::DatabaseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DatabaseResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Describes a database in a Fleet Advisor collector inventory.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collectors ⇒ Array<Types::CollectorShortInfoResponse>
A list of collectors associated with the database.
-
#database_id ⇒ String
The ID of a database in a Fleet Advisor collector inventory.
-
#database_name ⇒ String
The name of a database in a Fleet Advisor collector inventory.
-
#ip_address ⇒ String
The IP address of a database in a Fleet Advisor collector inventory.
-
#number_of_schemas ⇒ Integer
The number of schemas in a Fleet Advisor collector inventory database.
-
#server ⇒ Types::ServerShortInfoResponse
The server name of a database in a Fleet Advisor collector inventory.
-
#software_details ⇒ Types::DatabaseInstanceSoftwareDetailsResponse
The software details of a database in a Fleet Advisor collector inventory, such as database engine and version.
Instance Attribute Details
#collectors ⇒ Array<Types::CollectorShortInfoResponse>
A list of collectors associated with the database.
2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2304 class DatabaseResponse < Struct.new( :database_id, :database_name, :ip_address, :number_of_schemas, :server, :software_details, :collectors) SENSITIVE = [] include Aws::Structure end |
#database_id ⇒ String
The ID of a database in a Fleet Advisor collector inventory.
2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2304 class DatabaseResponse < Struct.new( :database_id, :database_name, :ip_address, :number_of_schemas, :server, :software_details, :collectors) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
The name of a database in a Fleet Advisor collector inventory.
2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2304 class DatabaseResponse < Struct.new( :database_id, :database_name, :ip_address, :number_of_schemas, :server, :software_details, :collectors) SENSITIVE = [] include Aws::Structure end |
#ip_address ⇒ String
The IP address of a database in a Fleet Advisor collector inventory.
2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2304 class DatabaseResponse < Struct.new( :database_id, :database_name, :ip_address, :number_of_schemas, :server, :software_details, :collectors) SENSITIVE = [] include Aws::Structure end |
#number_of_schemas ⇒ Integer
The number of schemas in a Fleet Advisor collector inventory database.
2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2304 class DatabaseResponse < Struct.new( :database_id, :database_name, :ip_address, :number_of_schemas, :server, :software_details, :collectors) SENSITIVE = [] include Aws::Structure end |
#server ⇒ Types::ServerShortInfoResponse
The server name of a database in a Fleet Advisor collector inventory.
2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2304 class DatabaseResponse < Struct.new( :database_id, :database_name, :ip_address, :number_of_schemas, :server, :software_details, :collectors) SENSITIVE = [] include Aws::Structure end |
#software_details ⇒ Types::DatabaseInstanceSoftwareDetailsResponse
The software details of a database in a Fleet Advisor collector inventory, such as database engine and version.
2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2304 class DatabaseResponse < Struct.new( :database_id, :database_name, :ip_address, :number_of_schemas, :server, :software_details, :collectors) SENSITIVE = [] include Aws::Structure end |