Class: Aws::Types::CustomArtifactConfigurationDescription
- Inherits:
-
Object
- Object
- Aws::Types::CustomArtifactConfigurationDescription
- 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_description ⇒ Types::MavenReference
Returns the value of attribute maven_reference_description.
-
#s3_content_location_description ⇒ Types::S3ContentLocation
Returns the value of attribute s3_content_location_description.
Instance Attribute Details
#artifact_type ⇒ "UDF", "DEPENDENCY_JAR"
Returns the value of attribute artifact_type.
428 429 430 |
# File 'sig/types.rbs', line 428 def artifact_type @artifact_type end |
#maven_reference_description ⇒ Types::MavenReference
Returns the value of attribute maven_reference_description.
430 431 432 |
# File 'sig/types.rbs', line 430 def maven_reference_description @maven_reference_description end |
#s3_content_location_description ⇒ Types::S3ContentLocation
Returns the value of attribute s3_content_location_description.
429 430 431 |
# File 'sig/types.rbs', line 429 def s3_content_location_description @s3_content_location_description end |