Class: Aws::DatabaseMigrationService::Types::CreateFleetAdvisorCollectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::CreateFleetAdvisorCollectorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collector_name ⇒ String
The name of the new Fleet Advisor collector.
-
#collector_referenced_id ⇒ String
The unique ID of the new Fleet Advisor collector, for example: ‘22fda70c-40d5-4acf-b233-a495bd8eb7f5`.
-
#description ⇒ String
A summary description of the Fleet Advisor collector.
-
#s3_bucket_name ⇒ String
The Amazon S3 bucket that the collector uses to store inventory metadata.
-
#service_access_role_arn ⇒ String
The IAM role that grants permissions to access the specified Amazon S3 bucket.
Instance Attribute Details
#collector_name ⇒ String
The name of the new Fleet Advisor collector.
1207 1208 1209 1210 1211 1212 1213 1214 1215 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1207 class CreateFleetAdvisorCollectorResponse < Struct.new( :collector_referenced_id, :collector_name, :description, :service_access_role_arn, :s3_bucket_name) SENSITIVE = [] include Aws::Structure end |
#collector_referenced_id ⇒ String
The unique ID of the new Fleet Advisor collector, for example: ‘22fda70c-40d5-4acf-b233-a495bd8eb7f5`
1207 1208 1209 1210 1211 1212 1213 1214 1215 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1207 class CreateFleetAdvisorCollectorResponse < Struct.new( :collector_referenced_id, :collector_name, :description, :service_access_role_arn, :s3_bucket_name) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A summary description of the Fleet Advisor collector.
1207 1208 1209 1210 1211 1212 1213 1214 1215 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1207 class CreateFleetAdvisorCollectorResponse < Struct.new( :collector_referenced_id, :collector_name, :description, :service_access_role_arn, :s3_bucket_name) SENSITIVE = [] include Aws::Structure end |
#s3_bucket_name ⇒ String
The Amazon S3 bucket that the collector uses to store inventory metadata.
1207 1208 1209 1210 1211 1212 1213 1214 1215 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1207 class CreateFleetAdvisorCollectorResponse < Struct.new( :collector_referenced_id, :collector_name, :description, :service_access_role_arn, :s3_bucket_name) SENSITIVE = [] include Aws::Structure end |
#service_access_role_arn ⇒ String
The IAM role that grants permissions to access the specified Amazon S3 bucket.
1207 1208 1209 1210 1211 1212 1213 1214 1215 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1207 class CreateFleetAdvisorCollectorResponse < Struct.new( :collector_referenced_id, :collector_name, :description, :service_access_role_arn, :s3_bucket_name) SENSITIVE = [] include Aws::Structure end |