Class: Aws::Types::UpdateArtifactRequest

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:



11992
11993
11994
# File 'sig/types.rbs', line 11992

def artifact_arn
  @artifact_arn
end

#artifact_name::String

Returns the value of attribute artifact_name.

Returns:



11993
11994
11995
# File 'sig/types.rbs', line 11993

def artifact_name
  @artifact_name
end

#properties::Hash[::String, ::String]

Returns the value of attribute properties.

Returns:



11994
11995
11996
# File 'sig/types.rbs', line 11994

def properties
  @properties
end

#properties_to_remove::Array[::String]

Returns the value of attribute properties_to_remove.

Returns:



11995
11996
11997
# File 'sig/types.rbs', line 11995

def properties_to_remove
  @properties_to_remove
end