Class: Aws::Types::CustomArtifactConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CustomArtifactConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifact_type ⇒ "UDF", "DEPENDENCY_JAR"
Returns the value of attribute artifact_type.
-
#maven_reference ⇒ Types::MavenReference
Returns the value of attribute maven_reference.
-
#s3_content_location ⇒ Types::S3ContentLocation
Returns the value of attribute s3_content_location.
Instance Attribute Details
#artifact_type ⇒ "UDF", "DEPENDENCY_JAR"
Returns the value of attribute artifact_type.
421 422 423 |
# File 'sig/types.rbs', line 421 def artifact_type @artifact_type end |
#maven_reference ⇒ Types::MavenReference
Returns the value of attribute maven_reference.
423 424 425 |
# File 'sig/types.rbs', line 423 def maven_reference @maven_reference end |
#s3_content_location ⇒ Types::S3ContentLocation
Returns the value of attribute s3_content_location.
422 423 424 |
# File 'sig/types.rbs', line 422 def s3_content_location @s3_content_location end |