Class: Aws::DatabaseMigrationService::Types::SCApplicationAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::SCApplicationAttributes
- 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
-
#s3_bucket_path ⇒ String
The path for the Amazon S3 bucket that the application uses for exporting assessment reports.
-
#s3_bucket_role_arn ⇒ String
The ARN for the role the application uses to access its Amazon S3 bucket.
Instance Attribute Details
#s3_bucket_path ⇒ String
The path for the Amazon S3 bucket that the application uses for exporting assessment reports.
12637 12638 12639 12640 12641 12642 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12637 class SCApplicationAttributes < Struct.new( :s3_bucket_path, :s3_bucket_role_arn) SENSITIVE = [] include Aws::Structure end |
#s3_bucket_role_arn ⇒ String
The ARN for the role the application uses to access its Amazon S3 bucket.
12637 12638 12639 12640 12641 12642 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12637 class SCApplicationAttributes < Struct.new( :s3_bucket_path, :s3_bucket_role_arn) SENSITIVE = [] include Aws::Structure end |