Class: Aws::Types::CustomArtifactConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_type"UDF", "DEPENDENCY_JAR"

Returns the value of attribute artifact_type.

Returns:

  • ("UDF", "DEPENDENCY_JAR")


421
422
423
# File 'sig/types.rbs', line 421

def artifact_type
  @artifact_type
end

#maven_referenceTypes::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_locationTypes::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