Class: Aws::Types::AwsCodeBuildProjectArtifactsDetails

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:

  • (::String)


1051
1052
1053
# File 'sig/types.rbs', line 1051

def artifact_identifier
  @artifact_identifier
end

#encryption_disabledBoolean

Returns the value of attribute encryption_disabled.

Returns:

  • (Boolean)


1052
1053
1054
# File 'sig/types.rbs', line 1052

def encryption_disabled
  @encryption_disabled
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


1053
1054
1055
# File 'sig/types.rbs', line 1053

def location
  @location
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1054
1055
1056
# File 'sig/types.rbs', line 1054

def name
  @name
end

#namespace_type::String

Returns the value of attribute namespace_type.

Returns:

  • (::String)


1055
1056
1057
# File 'sig/types.rbs', line 1055

def namespace_type
  @namespace_type
end

#override_artifact_nameBoolean

Returns the value of attribute override_artifact_name.

Returns:

  • (Boolean)


1056
1057
1058
# File 'sig/types.rbs', line 1056

def override_artifact_name
  @override_artifact_name
end

#packaging::String

Returns the value of attribute packaging.

Returns:

  • (::String)


1057
1058
1059
# File 'sig/types.rbs', line 1057

def packaging
  @packaging
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


1058
1059
1060
# File 'sig/types.rbs', line 1058

def path
  @path
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


1059
1060
1061
# File 'sig/types.rbs', line 1059

def type
  @type
end