Class: Aws::Types::CreateArtifactRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_name::String

Returns the value of attribute artifact_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1930
1931
1932
# File 'sig/types.rbs', line 1930

def artifact_type
  @artifact_type
end

#metadata_propertiesTypes::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.

Returns:

  • (::Hash[::String, ::String])


1931
1932
1933
# File 'sig/types.rbs', line 1931

def properties
  @properties
end

#sourceTypes::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.

Returns:



1933
1934
1935
# File 'sig/types.rbs', line 1933

def tags
  @tags
end