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.
1928 1929 1930 |
# File 'sig/types.rbs', line 1928 def artifact_name @artifact_name end |
#artifact_type ⇒ ::String
Returns the value of attribute artifact_type.
1930 1931 1932 |
# File 'sig/types.rbs', line 1930 def artifact_type @artifact_type end |
#metadata_properties ⇒ Types::MetadataProperties
Returns the value of attribute metadata_properties.
1932 1933 1934 |
# File 'sig/types.rbs', line 1932 def @metadata_properties end |
#properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute properties.
1931 1932 1933 |
# File 'sig/types.rbs', line 1931 def properties @properties end |
#source ⇒ Types::ArtifactSource
Returns the value of attribute source.
1929 1930 1931 |
# File 'sig/types.rbs', line 1929 def source @source end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1933 1934 1935 |
# File 'sig/types.rbs', line 1933 def @tags end |