Class: Aws::Types::CustomArtifactConfigurationDescription

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")


428
429
430
# File 'sig/types.rbs', line 428

def artifact_type
  @artifact_type
end

#maven_reference_descriptionTypes::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_descriptionTypes::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