Class: Aws::DatabaseMigrationService::Types::CreateFleetAdvisorCollectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::CreateFleetAdvisorCollectorResponse
- Defined in:
- gems/aws-sdk-databasemigrationservice/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.
970 971 972 973 974 975 976 977 978 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 970 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
970 971 972 973 974 975 976 977 978 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 970 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.
970 971 972 973 974 975 976 977 978 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 970 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.
970 971 972 973 974 975 976 977 978 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 970 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.
970 971 972 973 974 975 976 977 978 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 970 class CreateFleetAdvisorCollectorResponse < Struct.new( :collector_referenced_id, :collector_name, :description, :service_access_role_arn, :s3_bucket_name) SENSITIVE = [] include Aws::Structure end |