Class: Aws::Types::CreateArtifactRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateArtifactRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifact_name ⇒ ::String
Returns the value of attribute artifact_name.
-
#artifact_type ⇒ ::String
Returns the value of attribute artifact_type.
-
#metadata_properties ⇒ Types::MetadataProperties
Returns the value of attribute metadata_properties.
-
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
-
#source ⇒ Types::ArtifactSource
Returns the value of attribute source.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#artifact_name ⇒ ::String
Returns the value of attribute artifact_name.
1943 1944 1945 |
# File 'sig/types.rbs', line 1943 def artifact_name @artifact_name end |
#artifact_type ⇒ ::String
Returns the value of attribute artifact_type.
1945 1946 1947 |
# File 'sig/types.rbs', line 1945 def artifact_type @artifact_type end |
#metadata_properties ⇒ Types::MetadataProperties
Returns the value of attribute metadata_properties.
1947 1948 1949 |
# File 'sig/types.rbs', line 1947 def @metadata_properties end |
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
1946 1947 1948 |
# File 'sig/types.rbs', line 1946 def properties @properties end |
#source ⇒ Types::ArtifactSource
Returns the value of attribute source.
1944 1945 1946 |
# File 'sig/types.rbs', line 1944 def source @source end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1948 1949 1950 |
# File 'sig/types.rbs', line 1948 def @tags end |