Class: Aws::Types::NetworkMigrationCodeGenerationArtifact

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_id ⇒ ::String

Returns the value of attribute artifact_id.

Returns:

  • (::String)


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.

Returns:

  • ("APPLICATION", "NESTED_STACK", "STACK")


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.

Returns:

  • ("CDK_TYPESCRIPT", "CLOUDFORMATION_TEMPLATE", "CDKTF_TYPESCRIPT", "TERRAFORM_CONFIGURATION", "CDK_L2_TYPESCRIPT")


1296
1297
1298
# File 'sig/types.rbs', line 1296

def artifact_type
  @artifact_type
end

#checksum ⇒ Types::Checksum

Returns the value of attribute checksum.

Returns:



1300
1301
1302
# File 'sig/types.rbs', line 1300

def checksum
  @checksum
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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