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)


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.

Returns:

  • (::String)


1945
1946
1947
# File 'sig/types.rbs', line 1945

def artifact_type
  @artifact_type
end

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

Returns:

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


1946
1947
1948
# File 'sig/types.rbs', line 1946

def properties
  @properties
end

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

Returns:



1948
1949
1950
# File 'sig/types.rbs', line 1948

def tags
  @tags
end