Class: Aws::Types::UpdateArtifactRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateArtifactRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifact_arn ⇒ ::String
Returns the value of attribute artifact_arn.
-
#artifact_name ⇒ ::String
Returns the value of attribute artifact_name.
-
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
-
#properties_to_remove ⇒ ::Array[::String]
Returns the value of attribute properties_to_remove.
Instance Attribute Details
#artifact_arn ⇒ ::String
Returns the value of attribute artifact_arn.
11916 11917 11918 |
# File 'sig/types.rbs', line 11916 def artifact_arn @artifact_arn end |
#artifact_name ⇒ ::String
Returns the value of attribute artifact_name.
11917 11918 11919 |
# File 'sig/types.rbs', line 11917 def artifact_name @artifact_name end |
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
11918 11919 11920 |
# File 'sig/types.rbs', line 11918 def properties @properties end |
#properties_to_remove ⇒ ::Array[::String]
Returns the value of attribute properties_to_remove.
11919 11920 11921 |
# File 'sig/types.rbs', line 11919 def properties_to_remove @properties_to_remove end |