Class: Aws::Types::NetworkMigrationCodeGenerationArtifact
- Inherits:
-
Object
- Object
- Aws::Types::NetworkMigrationCodeGenerationArtifact
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifact_id ⇒ ::String
Returns the value of attribute artifact_id.
-
#artifact_sub_type ⇒ "APPLICATION", ...
Returns the value of attribute artifact_sub_type.
-
#artifact_type ⇒ "CDK_TYPESCRIPT", ...
Returns the value of attribute artifact_type.
-
#checksum ⇒ Types::Checksum
Returns the value of attribute checksum.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#logical_id ⇒ ::String
Returns the value of attribute logical_id.
-
#output_s3_configuration ⇒ Types::S3Configuration
Returns the value of attribute output_s3_configuration.
Instance Attribute Details
#artifact_id ⇒ ::String
Returns the value of attribute artifact_id.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def artifact_id @artifact_id end |
#artifact_sub_type ⇒ "APPLICATION", ...
Returns the value of attribute artifact_sub_type.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def artifact_sub_type @artifact_sub_type end |
#artifact_type ⇒ "CDK_TYPESCRIPT", ...
Returns the value of attribute artifact_type.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def artifact_type @artifact_type end |
#checksum ⇒ Types::Checksum
Returns the value of attribute checksum.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def checksum @checksum end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1301 1302 1303 |
# File 'sig/types.rbs', line 1301 def created_at @created_at end |
#logical_id ⇒ ::String
Returns the value of attribute logical_id.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def logical_id @logical_id end |
#output_s3_configuration ⇒ Types::S3Configuration
Returns the value of attribute output_s3_configuration.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def output_s3_configuration @output_s3_configuration end |