Class: Aws::Mgn::Types::NetworkMigrationCodeGenerationArtifact
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::NetworkMigrationCodeGenerationArtifact
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
An artifact generated during code generation, such as a CloudFormation template or Terraform file.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#artifact_id ⇒ String
The unique identifier of the artifact.
-
#artifact_sub_type ⇒ String
The sub-type of the artifact for further classification.
-
#artifact_type ⇒ String
The type of the artifact, such as CLOUDFORMATION_TEMPLATE or TERRAFORM_MODULE.
-
#checksum ⇒ Types::Checksum
The checksum of the artifact for integrity verification.
-
#created_at ⇒ Time
The timestamp when the artifact was created.
-
#logical_id ⇒ String
The logical identifier for the artifact.
-
#output_s3_configuration ⇒ Types::S3Configuration
The S3 location where the artifact is stored.
Instance Attribute Details
#artifact_id ⇒ String
The unique identifier of the artifact.
4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 |
# File 'lib/aws-sdk-mgn/types.rb', line 4174 class NetworkMigrationCodeGenerationArtifact < Struct.new( :artifact_id, :artifact_type, :artifact_sub_type, :logical_id, :output_s3_configuration, :checksum, :created_at) SENSITIVE = [] include Aws::Structure end |
#artifact_sub_type ⇒ String
The sub-type of the artifact for further classification.
4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 |
# File 'lib/aws-sdk-mgn/types.rb', line 4174 class NetworkMigrationCodeGenerationArtifact < Struct.new( :artifact_id, :artifact_type, :artifact_sub_type, :logical_id, :output_s3_configuration, :checksum, :created_at) SENSITIVE = [] include Aws::Structure end |
#artifact_type ⇒ String
The type of the artifact, such as CLOUDFORMATION_TEMPLATE or TERRAFORM_MODULE.
4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 |
# File 'lib/aws-sdk-mgn/types.rb', line 4174 class NetworkMigrationCodeGenerationArtifact < Struct.new( :artifact_id, :artifact_type, :artifact_sub_type, :logical_id, :output_s3_configuration, :checksum, :created_at) SENSITIVE = [] include Aws::Structure end |
#checksum ⇒ Types::Checksum
The checksum of the artifact for integrity verification.
4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 |
# File 'lib/aws-sdk-mgn/types.rb', line 4174 class NetworkMigrationCodeGenerationArtifact < Struct.new( :artifact_id, :artifact_type, :artifact_sub_type, :logical_id, :output_s3_configuration, :checksum, :created_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the artifact was created.
4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 |
# File 'lib/aws-sdk-mgn/types.rb', line 4174 class NetworkMigrationCodeGenerationArtifact < Struct.new( :artifact_id, :artifact_type, :artifact_sub_type, :logical_id, :output_s3_configuration, :checksum, :created_at) SENSITIVE = [] include Aws::Structure end |
#logical_id ⇒ String
The logical identifier for the artifact.
4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 |
# File 'lib/aws-sdk-mgn/types.rb', line 4174 class NetworkMigrationCodeGenerationArtifact < Struct.new( :artifact_id, :artifact_type, :artifact_sub_type, :logical_id, :output_s3_configuration, :checksum, :created_at) SENSITIVE = [] include Aws::Structure end |
#output_s3_configuration ⇒ Types::S3Configuration
The S3 location where the artifact is stored.
4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 |
# File 'lib/aws-sdk-mgn/types.rb', line 4174 class NetworkMigrationCodeGenerationArtifact < Struct.new( :artifact_id, :artifact_type, :artifact_sub_type, :logical_id, :output_s3_configuration, :checksum, :created_at) SENSITIVE = [] include Aws::Structure end |