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.
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_arn ⇒ String
The ARN for the role the application uses to access its Amazon S3 bucket.
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 |