Class: Aws::Types::Artifact

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#locationTypes::ArtifactLocation

Returns the value of attribute location.



267
268
269
# File 'sig/types.rbs', line 267

def location
  @location
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


265
266
267
# File 'sig/types.rbs', line 265

def name
  @name
end

#revision::String

Returns the value of attribute revision.

Returns:

  • (::String)


266
267
268
# File 'sig/types.rbs', line 266

def revision
  @revision
end