Class: Aws::DatabaseMigrationService::Types::CreateFleetAdvisorCollectorRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#collector_nameString

The name of your Fleet Advisor collector (for example, sample-collector).

Returns:

  • (String)


1091
1092
1093
1094
1095
1096
1097
1098
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 1091

class CreateFleetAdvisorCollectorRequest < Struct.new(
  :collector_name,
  :description,
  :service_access_role_arn,
  :s3_bucket_name)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A summary description of your Fleet Advisor collector.

Returns:

  • (String)


1091
1092
1093
1094
1095
1096
1097
1098
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 1091

class CreateFleetAdvisorCollectorRequest < Struct.new(
  :collector_name,
  :description,
  :service_access_role_arn,
  :s3_bucket_name)
  SENSITIVE = []
  include Aws::Structure
end

#s3_bucket_nameString

The Amazon S3 bucket that the Fleet Advisor collector uses to store inventory metadata.

Returns:

  • (String)


1091
1092
1093
1094
1095
1096
1097
1098
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 1091

class CreateFleetAdvisorCollectorRequest < Struct.new(
  :collector_name,
  :description,
  :service_access_role_arn,
  :s3_bucket_name)
  SENSITIVE = []
  include Aws::Structure
end

#service_access_role_arnString

The IAM role that grants permissions to access the specified Amazon S3 bucket.

Returns:

  • (String)


1091
1092
1093
1094
1095
1096
1097
1098
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 1091

class CreateFleetAdvisorCollectorRequest < Struct.new(
  :collector_name,
  :description,
  :service_access_role_arn,
  :s3_bucket_name)
  SENSITIVE = []
  include Aws::Structure
end