Class: Aws::Types::ProjectArtifacts

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_identifier::String

Returns the value of attribute artifact_identifier.

Returns:



933
934
935
# File 'sig/types.rbs', line 933

def artifact_identifier
  @artifact_identifier
end

#bucket_owner_access"NONE", ...

Returns the value of attribute bucket_owner_access.

Returns:



934
935
936
# File 'sig/types.rbs', line 934

def bucket_owner_access
  @bucket_owner_access
end

#encryption_disabledBoolean

Returns the value of attribute encryption_disabled.

Returns:



932
933
934
# File 'sig/types.rbs', line 932

def encryption_disabled
  @encryption_disabled
end

#location::String

Returns the value of attribute location.

Returns:



926
927
928
# File 'sig/types.rbs', line 926

def location
  @location
end

#name::String

Returns the value of attribute name.

Returns:



929
930
931
# File 'sig/types.rbs', line 929

def name
  @name
end

#namespace_type"NONE", "BUILD_ID"

Returns the value of attribute namespace_type.

Returns:



928
929
930
# File 'sig/types.rbs', line 928

def namespace_type
  @namespace_type
end

#override_artifact_nameBoolean

Returns the value of attribute override_artifact_name.

Returns:



931
932
933
# File 'sig/types.rbs', line 931

def override_artifact_name
  @override_artifact_name
end

#packaging"NONE", "ZIP"

Returns the value of attribute packaging.

Returns:



930
931
932
# File 'sig/types.rbs', line 930

def packaging
  @packaging
end

#path::String

Returns the value of attribute path.

Returns:



927
928
929
# File 'sig/types.rbs', line 927

def path
  @path
end

#type"CODEPIPELINE", ...

Returns the value of attribute type.

Returns:



925
926
927
# File 'sig/types.rbs', line 925

def type
  @type
end