Class: Aws::Types::DeleteArtifactRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_arn::String

Returns the value of attribute artifact_arn.

Returns:

  • (::String)


3263
3264
3265
# File 'sig/types.rbs', line 3263

def artifact_arn
  @artifact_arn
end

#sourceTypes::ArtifactSource

Returns the value of attribute source.



3264
3265
3266
# File 'sig/types.rbs', line 3264

def source
  @source
end