Class: Aws::DatabaseMigrationService::Types::SCApplicationAttributes

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

Overview

Provides information that defines a schema conversion application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucket_pathString

The path for the Amazon S3 bucket that the application uses for exporting assessment reports.

Returns:

  • (String)


12169
12170
12171
12172
12173
12174
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12169

class SCApplicationAttributes < Struct.new(
  :s3_bucket_path,
  :s3_bucket_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#s3_bucket_role_arnString

The ARN for the role the application uses to access its Amazon S3 bucket.

Returns:

  • (String)


12169
12170
12171
12172
12173
12174
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12169

class SCApplicationAttributes < Struct.new(
  :s3_bucket_path,
  :s3_bucket_role_arn)
  SENSITIVE = []
  include Aws::Structure
end