Class: Aws::Types::ResolvedArtifact

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


1095
1096
1097
# File 'sig/types.rbs', line 1095

def identifier
  @identifier
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


1094
1095
1096
# File 'sig/types.rbs', line 1094

def location
  @location
end

#type"CODEPIPELINE", ...

Returns the value of attribute type.

Returns:

  • ("CODEPIPELINE", "S3", "NO_ARTIFACTS")


1093
1094
1095
# File 'sig/types.rbs', line 1093

def type
  @type
end